-
Notifications
You must be signed in to change notification settings - Fork 8
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
Change keyword that server checks for a Tester user #234
Comments
change will likely be line 22 of appuser.py |
Reopening because the test actually failed, but we didn't notice because of #236 |
The test should actually fail, though it seems a bit odd for the behavior to be as it is - if the user name is just "iwt", that somehow fails the "is prefix" test, which is how the test worked previously for "tester"... which again, seems not quite right. The first step is to make CircleCI complain about the failed test as it should, though, so this is somewhat blocked by #236 |
* basic search/replace of Tester with iwt, including schema doc * 234 Black formatting for test_appuser.py * #234 simplify prefixes list to just "iwt", document case insensitivity * #234 actually fixing the "iwt-d" test, this time * #234 changed is_tester logic to tokenize and check for 'iwt' regardless of case * Add one more test * Remove unused var --------- Co-authored-by: Jimmi <jimmih@gmail.com> Co-authored-by: Francis Li <mail@francisli.com>
We used to have some code that checked if the first or last name of a user was "Tester" to mark a user as a tester that is excluded from contest data analysis.
Let's try changing it to:
The text was updated successfully, but these errors were encountered: