summaryrefslogtreecommitdiffstats
path: root/tests/units/test_0006_post_session.py
Commit message (Collapse)AuthorAgeFilesLines
* #915 tests correct command, /sessionJavier Sánchez Parra2019-07-151-1/+1
| | | | This should test /shell/run instead of /session
* #915 Improve test output using unittest discoverJavier Sánchez Parra2019-07-051-0/+21
* Call the tests with python module unittest. In particular, the discover function. * Rename tests files to meet the default requirements of discover function.