You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would involve adding tests that taxpuf for running calculations locally, but would not be run by travis. By using a pytest decorator and changing up the .travis.yml file, we can have these tests ignored on Travis but run locally. We will be able to test functions like run_nth_year_calculation if we use a local taxpuf file.
@martinholmer is this something you would be interested in doing?
The text was updated successfully, but these errors were encountered:
This would involve adding tests that taxpuf for running calculations locally, but would not be run by travis. By using a pytest decorator and changing up the .travis.yml file, we can have these tests ignored on Travis but run locally. We will be able to test functions like run_nth_year_calculation if we use a local taxpuf file.
@martinholmer is this something you would be interested in doing?
I think @hdoupe could handle this well.
But if either of you have questions, I'll be happy to answer them.
This would involve adding tests that taxpuf for running calculations locally, but would not be run by travis. By using a pytest decorator and changing up the
.travis.yml
file, we can have these tests ignored on Travis but run locally. We will be able to test functions likerun_nth_year_calculation
if we use a local taxpuf file.@martinholmer is this something you would be interested in doing?
The text was updated successfully, but these errors were encountered: