summaryrefslogtreecommitdiff
path: root/tests/test_helper.py
Commit message (Collapse)AuthorAge
* Remove unicode literals syntax from python2Lucas Hoffmann2019-11-06
|
* unused imports and variablesPatrick Totzke2019-08-15
|
* Use unittest.mock from the stdlibLucas Hoffmann2019-08-15
| | | | It was added to the stdlib in py3.3 and we already require 3.5.
* Rename test filesLucas Hoffmann2019-01-29
The two main reasons are - to run `python3 -m unittest discover` without specifying a custom `--pattern *_test.py` - to include the test files automatically when generating the MANIFEST file.