-
Notifications
You must be signed in to change notification settings - Fork 689
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
Functional pytest #3844
Functional pytest #3844
Conversation
We decided during sprint planning to merge |
Hi @heartsucker, sorry for the long silence on this PR. We still are interested in moving towards more parallel execution of tests, and using the approach in this PR as a stepping stone towards that goal. However, many changes to functional tests, especially Tor support, have landed since you worked on this, and major PR surgery would be required. Our inclination would be to close this PR, and revisit when we prioritize test performance improvements. If you still have time for SecureDrop and would like to work on it again yourself, let us know, and we can set aside time in a future sprint to pair with you on it. |
Closing per above comment. |
Status
Work in progress
Description of Changes
Fixes #3836
Use pytest for functional tests
Testing
Checklist
If you made changes to the server application code:
make ci-lint
) and tests (make -C securedrop test
) pass in the development container