Skip to content

Latest commit

 

History

History

test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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