Skip to content

Commit

Permalink
add tests to verify behaviour in user's addresses boolean parsing. up…
Browse files Browse the repository at this point in the history
…dates #265
  • Loading branch information
fontanka16 committed Jun 1, 2022
1 parent 68a5991 commit d07bfa9
Show file tree
Hide file tree
Showing 2 changed files with 418 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ignore =
W503
max-complexity = 22
max-line-length = 99
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,tests, src/folio_migration_tools/report_blurbs.py, tests
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,tests, src/folio_migration_tools/report_blurbs.py, tests/test_user_transformer.py
statistics = True
[isort]
profile=black
Expand Down
Loading

0 comments on commit d07bfa9

Please sign in to comment.