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
Upgrade pyfakefs to current version
7 years ago
..
bibexamples Fix bibtex testcase, closes #25. 7 years ago
data Test for leading space in citekeys 9 years ago
testrepo Several bug fixes. 11 years ago
.gitignore Honor custom pubsdoc in config 9 years ago
__init__.py Fix tests for python 3 9 years ago
dotdot.py new print ui, more robust colors 9 years ago
fake_env.py Upgrade pyfakefs to current version 7 years ago
fixtures.py new print ui, more robust colors 9 years ago
readme.txt Simplify, update the testsuite 9 years ago
requirements.txt Upgrade pyfakefs to current version 7 years ago
str_fixtures.py test for common_string parsing 7 years ago
test.sh papers renamed 'pubs' 11 years ago
test_apis.py Adds basic API test for DOI and ISBN. 8 years ago
test_bibstruct.py Upgrade pyfakefs to current version 7 years ago
test_color.py Configurable colors and update improvement 9 years ago
test_config.py Upgrade pyfakefs to current version 7 years ago
test_databroker.py Upgrade pyfakefs to current version 7 years ago
test_datacache.py Upgrade pyfakefs to current version 7 years ago
test_doi.py [#95] updated doi tests 7 years ago
test_endecoder.py make utf8 citekeys possible in python 2.7. closes #28 7 years ago
test_events.py Fix tests and terminology. 10 years ago
test_filebroker.py Remove duplicate test 8 years ago
test_paper.py Adds more checks and better error message against empty citekeys. 7 years ago
test_plug_alias.py added another test for #98 7 years ago
test_pretty.py Upgrade pyfakefs to current version 7 years ago
test_queries.py Adds `--strict` option to list to force strict unicode comparison. 7 years ago
test_repo.py Adds exception catching in main command. 9 years ago
test_tag.py Fixes issue #35. 9 years ago
test_usecase.py Upgrade pyfakefs to current version 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.