Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 440 Bytes

README.rst

File metadata and controls

11 lines (8 loc) · 440 Bytes

Acceptance tests for Python Remote Server

Tests are executed with run.py script. Run it with --help or see its source to view the usage. Actual test cases and test libraries used by them are in tests and libs directories, respectively.

Running tests has dependencies listed in ../requirements-dev.txt file. Install them using pip:

pip install -r requirements-dev.txt