-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #3360 - Adds control for reported_with
This makes a couple of modifications 1. It uses a list of controled values coming from the config file. 2. it makes sure the extracted value is part of the controled list 3. It also records when the value is not known aka not part of the controled list. This is important to not screw the stats for the Web values AND to understand when there is a new client. It creates the tests associated with the function. Probably we need to convert test_form.py fully to pytest, but that should be done in another PR to not muddy this one.
- Loading branch information
Showing
2 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters