Added a F.A.Q, updated screencast

This commit is contained in:
Snaipe 2015-03-23 20:11:25 +01:00
parent e86667635a
commit 6d3e81df6a
3 changed files with 15 additions and 0 deletions

14
doc/faq.rst Normal file
View file

@ -0,0 +1,14 @@
F.A.Q
=====
**Q. When running the test suite in Windows' ``cmd.exe``, the test executable
prints weird characters, how do I fix that?**
A. Windows' ``cmd.exe`` is not an unicode ANSI-compatible terminal emulator.
There are plenty of ways to fix that behaviour:
* Pass ``--ascii`` to the test suite when executing.
* Define the ``CRITERION_USE_ASCII`` environment variable to ``1``.
* Get a better terminal emulator, such as the one shipped with Git or Cygwin.
**Q. I'm having an issue with the library, what can I do ?**
A. Open a new issue on the `github issue tracker <https://github.com/Snaipe/Criterion/issues>`_,
and describe the problem you are experiencing.

View file

@ -9,3 +9,4 @@ Criterion
starter
hooks
env
faq

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB