Separate automated tests and examples
- Keep automated tests to be run with py.test in './tests/' and examples in './examples/' - Rename test to adhere to 'Conventions for Python test discovery' (http://pytest.org/latest/goodpractises.html#test-discovery)
Showing
- .travis.yml 1 addition, 1 deletion.travis.yml
- examples/basic_edit.py 0 additions, 0 deletionsexamples/basic_edit.py
- examples/test-image.png 0 additions, 0 deletionsexamples/test-image.png
- examples/upload.py 0 additions, 0 deletionsexamples/upload.py
- requirements-dev.txt 0 additions, 0 deletionsrequirements-dev.txt
- tests/client_test.py 1 addition, 1 deletiontests/client_test.py
Loading
Please register or sign in to comment