PSLmodels / Business-Taxation

USA Corporate and Pass-Through Business Tax Model
11 stars 10 forks source link

Add bizmod tests that test BusinessModel.calc_all method #83

Closed martinholmer closed 5 years ago

martinholmer commented 5 years ago

This pull request expands the scope of the pytest unit tests to include three new tests of the BusinessModel.calc_all method under the three standard business tax reforms defined in the tests/conftest.py file.

@codykallen, This PR just strengthens the pytest suite; it makes no changes in Business-Taxation logic. I'm not planning any other commits in this pull request (unless your review turns up some needed changes).

codykallen commented 5 years ago

The changes in this PR seem fine to me. I'll merge it in shortly.

martinholmer commented 5 years ago

@codykallen, wait to merge until I incorporate changes from PR #84.

martinholmer commented 5 years ago

These changes are incorporated into PR #82.