abandoned-prototype on circleci-test
abandoned-prototype on circleci-fix
Fix circleci deployment. Teste… (compare)
abandoned-prototype on circleci-fix
Fix circleci deployment. Teste… (compare)
abandoned-prototype on circleci-test
CircleCI Test2. (compare)
abandoned-prototype on circleci-test
CircleCI Test. (compare)
dependabot[bot] on npm_and_yarn
Bump qs from 6.5.2 to 6.5.3 Bu… (compare)
dependabot[bot] on pip
Bump pillow from 7.2.0 to 9.3.0… (compare)
dependabot[bot] on npm_and_yarn
Bump hosted-git-info from 2.6.1… (compare)
functional
test_routes.py
def test_user_can_change_dept_pref(mockdata, client, session):
with current_app.test_request_context():
login_user(client)
form = ChangeDefaultDepartmentForm(dept_pref = None)
rv = client.post(
url_for('auth.change_dept'),
data=form.data,
follow_redirects=False
)
assert 'User can change default department' in rv.data
None
is allowed: ie, a registered user with no preference
r = for-each-ref --count=15 --sort=-committerdate refs/heads/ --format='%(refname:short)'