-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error Handling: valid ags #112
Comments
FYI: Found: in knud: in src/germanzero_backend/apps/localzero/views.py:
|
The website calls --> the error handling should be done in make_entries |
Possible test case Chemnitz (14511000)
|
python devtool.py run -ags 123
should return a good error message.Currently it just throws an exception deep down in the code.
The error handling should be implemented at the beginning of make_entries.
--> Check the input ags for invalid values
--> Add test(s) for invalid value(s)
The text was updated successfully, but these errors were encountered: