Hynek Schlawack
b337f5b9d5
Move test helpers into an utils module
...
__init__.py should never contain any code.
2016-08-15 15:27:13 +02:00
Hynek Schlawack
a0c74621e8
Minor style
2015-10-16 15:18:18 +02:00
Hynek Schlawack
4c39a185ad
Move package into src directory
...
Prevents accidental imports when running tests.
2015-10-16 15:11:10 +02:00
Hynek Schlawack
fcd6e19932
Don't use setup.py test & pytest-cov
...
Mainly because the former doesn't use pip to install it's dependencies which
makes stuff potentially slow (no wheel caching) and litters the current directory.
2015-07-26 13:06:57 +02:00
Hynek Schlawack
8f98b38136
Increase branch coverage
...
And a lot of under the hood work.
2015-01-29 17:31:49 +01:00