Better test to protect against mutation.
modified: .gitignore modified: README.rst modified: nested_lookup/lookup_api.py modified: setup.py modified: test_lookup_api.py
This commit is contained in:
parent
a924829821
commit
ec281f6b3f
5 changed files with 44 additions and 26 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,4 +1,5 @@
|
|||
__pycache__*
|
||||
.pytest_cache*
|
||||
*.pyc
|
||||
.coverage
|
||||
build/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue