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.
Fabien C. Y. Benureau
c76c7607f9
|
7 years ago | |
---|---|---|
.. | ||
bibexamples | 7 years ago | |
data | 9 years ago | |
testrepo | 11 years ago | |
.gitignore | 9 years ago | |
__init__.py | 9 years ago | |
dotdot.py | 9 years ago | |
fake_env.py | 7 years ago | |
fixtures.py | 9 years ago | |
readme.txt | 9 years ago | |
requirements.txt | 7 years ago | |
str_fixtures.py | 7 years ago | |
test.sh | 11 years ago | |
test_apis.py | 8 years ago | |
test_bibstruct.py | 7 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 | 7 years ago | |
test_events.py | 10 years ago | |
test_filebroker.py | 8 years ago | |
test_paper.py | 7 years ago | |
test_plug_alias.py | 7 years ago | |
test_pretty.py | 7 years ago | |
test_queries.py | 7 years ago | |
test_repo.py | 9 years ago | |
test_tag.py | 9 years ago | |
test_usecase.py | 7 years ago |
readme.txt
1. Install the dependencies using: > pip install -r requirements.txt 2. Run the tests using: > python -m unittest discover If you use nosetest, it will complain about addExpectedFailure, which you can safely disregard.