summaryrefslogtreecommitdiff
path: root/tests/integration_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Flake8 compliance + flake8 tests in tox.inishin-2013-10-151-11/+49
|
* Refactoring, Python 3 compatibility, Tests working with python 3, cleaned up ↵shin-2013-10-151-6/+36
| | | | imports.
* integration test fixDeni Bertovic2013-10-031-1/+1
| | | | | | | make the mount point for shared.txt reside in the /tmp/ folder because if it resides in the lib folder docker sets the owner of the folder as root inside the container so then when the container exists the test fails to cleanup and remove the shared.txt file, and breaks git as well.
* reamed test.py to integration_test.pyDeni Bertovic2013-10-031-0/+528