Updated .gitignore
This commit is contained in:
parent
9c6409dc57
commit
dcf7424438
18
.gitignore
vendored
18
.gitignore
vendored
|
@ -1,4 +1,18 @@
|
|||
# Program specific
|
||||
/output/
|
||||
/deps/
|
||||
/secrets/
|
||||
/private_deps/
|
||||
/data/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
/build/
|
||||
/dist/
|
||||
*.egg-info/
|
||||
dist/
|
||||
*.sqlite
|
||||
|
||||
# Python, Testing
|
||||
/test/secrets.py
|
||||
/.coverage
|
||||
/.hypothesis/
|
||||
/htmlcov/
|
||||
|
|
|
@ -5,7 +5,7 @@ import datagraph.wikidata_ext
|
|||
|
||||
import requests_cache
|
||||
|
||||
datagraph.wikidata_ext.REQUEST_SESSION = requests_cache.CachedSession('testing')
|
||||
datagraph.wikidata_ext.REQUEST_SESSION = requests_cache.CachedSession('output/testing')
|
||||
|
||||
def test_version():
|
||||
assert datagraph.__version__ is not None
|
||||
|
|
Loading…
Reference in New Issue
Block a user