Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When running tests, no tests run #81

Closed
apollo1220 opened this issue Dec 8, 2023 · 1 comment
Closed

When running tests, no tests run #81

apollo1220 opened this issue Dec 8, 2023 · 1 comment

Comments

@apollo1220
Copy link

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

Screenshot 2023-12-08 095730

@OzzieIsaacs
Copy link
Owner

The tests are discovered using standard python unittest. Please make sure you start the main script from within the test folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants