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 bf46702374
pytest fixes
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 Merge branch 'master' into fix87 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 Adds option to ignore malformed bibtex files or entry during import. 7 years ago
test.sh papers renamed 'pubs' 11 years ago
test_apis.py Merge branch 'master' into jma/arxiv 7 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 cleanup commented code, better reset_fs() 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 Improves behaviors related to bibtex decoding error. 7 years ago
test_events.py pytest fixes 7 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 Merge branch 'master' into fix87 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.