Skip to content

Commit

Permalink
build(test): add enums to test path (#1267)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Oct 9, 2024
1 parent b5b7968 commit cbc7fdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions openfisca_tasks/test_code.mk
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ test-core: $(shell git ls-files "*test_*.py")
openfisca_core/data_storage \
openfisca_core/entities \
openfisca_core/holders \
openfisca_core/indexed_enums \
openfisca_core/periods \
openfisca_core/projectors
@PYTEST_ADDOPTS="$${PYTEST_ADDOPTS} ${pytest_args}" \
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ include-in-doctest =
openfisca_core/commons
openfisca_core/entities
openfisca_core/holders
openfisca_core/indexed_enums
openfisca_core/periods
openfisca_core/projectors
max-line-length = 88
Expand Down

0 comments on commit cbc7fdb

Please sign in to comment.