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

[functional testing] functional tests fail at setup when run locally #3696

Closed
zenmonkeykstop opened this issue Aug 4, 2018 · 2 comments
Closed

Comments

@zenmonkeykstop
Copy link
Contributor

zenmonkeykstop commented Aug 4, 2018

Description

Functional tests break when run locally due to incorrect test user credentials.

Steps to Reproduce

From the tbb-0.9.0 branch:

make build-debs
cd securedrop
./bin/dev-shell ./bin/run-test tests/functional

Expected Behavior

All tests pass.

Actual Behavior

Tests fail during setup.

Comments

The setup() function in securedrop/tests/functional/functional_test.py probably needs to be updated to set the password according to the new model introduced by the recent passlib change.

@kushaldas
Copy link
Contributor

@zenmonkeykstop Please test #3692 PR. That should also take care of this.

@redshiftzero
Copy link
Contributor

This is no longer an issue when running tests locally, so closing

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

3 participants