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

Expand testing section in developer docs #205

Open
ianmkenney opened this issue Dec 1, 2023 · 0 comments
Open

Expand testing section in developer docs #205

ianmkenney opened this issue Dec 1, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@ianmkenney
Copy link
Collaborator

There are a few points that would be useful to make for new developers regarding the testing protocol.

  1. The inclusion of the pytest-xdist package in test.yml gives the impression that tests can be run in parallel, which appears only be true for the unit tests, not the integration tests. This leads to a wall of errors that could lead to:
  2. interruption of the tests doesn't cleanly remove containers/volumes/networks. Rerunning the tests creates duplicate docker networks that will cause many future tests to fail. There needs to be a few sentences on resolving this duplication problem.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants