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

documented testing command workflow #104

Open
cchall opened this issue Apr 29, 2022 · 0 comments
Open

documented testing command workflow #104

cchall opened this issue Apr 29, 2022 · 0 comments

Comments

@cchall
Copy link
Member

cchall commented Apr 29, 2022

Some notes from discussing testing with @ncook882 .
Using pytest in rsopt/tests results in some known failure cases:

  • test_setup.py has some tests that produce errors due to the way unittest.TestCase.setUp runs unless each test case is done individually
  • regression_tests needs to use for subTest to fully function

A single script that executes the testing workflow should be a part of tests/

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

1 participant