You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Robert Schütz
9623d2c3ca
|
3 years ago | |
---|---|---|
.. | ||
bibexamples | 6 years ago | |
data | 5 years ago | |
data_non_standard | 5 years ago | |
testrepo | 11 years ago | |
.gitignore | 9 years ago | |
__init__.py | 9 years ago | |
dotdot.py | 9 years ago | |
fake_env.py | 5 years ago | |
fixtures.py | 9 years ago | |
mock_requests.py | 7 years ago | |
readme.md | 6 years ago | |
sand_env.py | 6 years ago | |
str_fixtures.py | 3 years ago | |
test.sh | 11 years ago | |
test_apis.py | 6 years ago | |
test_apis_data.json | 6 years ago | |
test_bibstruct.py | 3 years ago | |
test_color.py | 9 years ago | |
test_config.py | 7 years ago | |
test_databroker.py | 7 years ago | |
test_datacache.py | 7 years ago | |
test_doi.py | 7 years ago | |
test_endecoder.py | 4 years ago | |
test_events.py | 7 years ago | |
test_filebroker.py | 4 years ago | |
test_git.py | 4 years ago | |
test_note_append.py | 5 years ago | |
test_paper.py | 6 years ago | |
test_plug_alias.py | 4 years ago | |
test_pretty.py | 5 years ago | |
test_queries.py | 5 years ago | |
test_repo.py | 6 years ago | |
test_tag.py | 9 years ago | |
test_usecase.py | 3 years ago |
readme.md
- Install the dependencies using:
pip install -r ../dev_requirements.txt
- Run the tests using:
python setup.py test
If you use nosetest, it will complain about addExpectedFailure, which you can safely disregard.