1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-12-02 09:43:30 +00:00

completely fix tests

The feature use_coverage of hypothesis caused the failing tests, because
the printer_file_test is sensitive to the coverage analysis of
hypothesis.

Fixed by disabling use_coverage for the crashing tests
This commit is contained in:
Patrick Kanzler
2017-09-27 10:38:42 +02:00
parent 5e784c060a
commit d78a6f1699
3 changed files with 5 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ deps = nose
pytest!=3.2.0
pytest-cov
pytest-mock
hypothesis<=3.28.3
hypothesis
viivakoodi
commands = py.test --cov escpos