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 04b25a22c8
renamed n_authors into max_authors
5 years ago
..
bibexamples improves chronological listing (year, month), adds test 6 years ago
data Partial fix for #188 6 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 fix note append of under python 2 with unicode 6 years ago
fixtures.py new print ui, more robust colors 9 years ago
mock_requests.py refix test + switch apis to https 7 years ago
readme.md handle / in citekeys 6 years ago
sand_env.py git plugin: addressed review + misc improvments 6 years ago
str_fixtures.py TST: Test contents of import, not that the command fails 6 years ago
test.sh papers renamed 'pubs' 11 years ago
test_apis.py reduce the number of isbn test to avoid 403 status 6 years ago
test_apis_data.json handle / in citekeys 6 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 Fix test broken likely by pyyaml update by making it more explicit 6 years ago
test_events.py pytest fixes 7 years ago
test_filebroker.py Remove duplicate test 8 years ago
test_git.py git plugin: addressed review + misc improvments 6 years ago
test_note_append.py fix note append of under python 2 with unicode 6 years ago
test_paper.py Fix test not passing because of bytestring on python 2.7 6 years ago
test_plug_alias.py fix tests 6 years ago
test_pretty.py renamed n_authors into max_authors 5 years ago
test_queries.py Add unit tests for CitekeyFilter 6 years ago
test_repo.py handle / in citekeys 6 years ago
test_tag.py Fixes issue #35. 9 years ago
test_usecase.py renamed n_authors into max_authors 5 years ago

readme.md

  1. Install the dependencies using:
pip install -r ../dev_requirements.txt
  1. Run the tests using:
python setup.py test

If you use nosetest, it will complain about addExpectedFailure, which you can safely disregard.