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

Setting up local testing #1

Closed
justinsalamon opened this issue Mar 2, 2021 · 0 comments
Closed

Setting up local testing #1

justinsalamon opened this issue Mar 2, 2021 · 0 comments
Milestone

Comments

@justinsalamon
Copy link
Contributor

To run the tests locally using tox, one needs to first install:

  • pip install pytest
  • pip install DALI-dataset
  • pip install pytest-localserver
  • pip install pytest-mock

Without these, the tests fail in multiple places. We may want to add an option to setup.py to install the test dependencies as well.

The exception is the DALI dependency that'll go away once we remove the dataset from the codebase.

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