Compare commits
2 Commits
9c6409dc57
...
75a9373303
Author | SHA1 | Date | |
---|---|---|---|
75a9373303 | |||
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/
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "0.1.1"
|
||||
__version__ = '0.1.2'
|
|
@ -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