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.
Olivier Mangin 526ed05c41
PEP8 and cosmetic changes.
4 years ago
..
bibexamples improves chronological listing (year, month), adds test 6 years ago
data support for non-standard bibtex types, fix #210 #218 5 years ago
data_non_standard support for non-standard bibtex types, fix #210 #218 5 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 added test for ambiguous citkeys 5 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 fix side-effects of merge, and deprecation warnings 5 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 Minor: remove unused partial test. 4 years ago
test_events.py pytest fixes 7 years ago
test_filebroker.py Fix #249: ~ expansion in filebroker.DocBroker 4 years ago
test_git.py PEP8 and cosmetic changes. 4 years ago
test_note_append.py added test for ambiguous citkeys 5 years ago
test_paper.py Fix test not passing because of bytestring on python 2.7 6 years ago
test_plug_alias.py Add tests for alias 4 years ago
test_pretty.py renamed n_authors into max_authors 5 years ago
test_queries.py fix side-effects of merge, and deprecation warnings 5 years ago
test_repo.py handle / in citekeys 6 years ago
test_tag.py Fixes issue #35. 9 years ago
test_usecase.py explicit move/copy dialog in add; update changelog 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.