Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 372 Bytes

File metadata and controls

13 lines (11 loc) · 372 Bytes

Running tests for Open-Event Server:

  • First install the repo and set up the server according to the steps listed in ReadMe.

  • Next go to the project directory and run the following command:

python -m unittest discover tests/
  • It will run each test one by one.

  • You can also use the following command to run tests using nosetests :

nosetests tests/