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:
russellballestrini 2019-01-17 17:45:00 -05:00
parent a924829821
commit ec281f6b3f
5 changed files with 44 additions and 26 deletions

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
__pycache__*
.pytest_cache*
*.pyc
.coverage
build/*