-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
Unit testing of calcfunctions.py #2419
Comments
cc @MattHJensen This might be a good beginner issue to work on (at least for most of the functions in |
Evidence in favor: #2551 |
Checklist of functions in
|
Writing unit test for a single one of these functions is a good place to start to learn more about Tax-Calculator. You can deal with the a single function without having to know the full model. These are ideal issues for someone with good knowledge of the tax code (or an interest in learning more about it) and moderate experience with Python (and a willingness to learn more). |
While is full code coverage for tests of
calcfunctions.py
, the unit tests essentially only confirm that all function arguments are passed properly and that those passed are used. There ought to be tests that validate the logic of each function (i.e., that given certain values for inputs, the expected output values are produced).The text was updated successfully, but these errors were encountered: