1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

fix file-printer-tests by using pytest-mock

This commit is contained in:
Patrick Kanzler
2016-09-27 19:50:33 +02:00
parent a3ca2c2a16
commit 915adf8fd3
3 changed files with 15 additions and 12 deletions

View File

@@ -118,7 +118,7 @@ setup(
setup_requires=[
'setuptools_scm',
],
tests_require=['tox', 'pytest', 'pytest-cov', 'nose', 'scripttest', 'mock', 'hypothesis'],
tests_require=['tox', 'pytest', 'pytest-cov', 'pytest-mock', 'nose', 'scripttest', 'mock', 'hypothesis'],
cmdclass={'test': Tox},
entry_points={
'console_scripts': [