When running tests, no tests run
apollo1220 opened this issue · 1 comments
apollo1220 commented
Hey @OzzieIsaacs,
I'm trying to run these tests so that I can create tests to cover the custom pages feature here
I've gotten to the point where I can run ./test/main.py "successfully". But no tests are actually run. Do you know what I might still need to do in my environment?
- Have pulled calibre-web
- Have pulled calibre-web-test
- Put geckodriver on path
- Created venv and installed from ./test/requirements.txt
- Installed wkhtmltopdf
- Installed calibre
- Have Firefox installed
- Copied config files to ./test and made required modifications
OzzieIsaacs commented
The tests are discovered using standard python unittest. Please make sure you start the main script from within the test folder