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 0f84268ebf
Honor custom pubsdoc in config
9 years ago
..
bibexamples Handle Unicode BOM in bibfile 9 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 Simplify, update the testsuite 9 years ago
fixtures.py new print ui, more robust colors 9 years ago
readme.txt Simplify, update the testsuite 9 years ago
requirements.txt Simplify, update the testsuite 9 years ago
str_fixtures.py new print ui, more robust colors 9 years ago
test.sh papers renamed 'pubs' 11 years ago
test_bibstruct.py Fix tests and terminology. 10 years ago
test_color.py Configurable colors and update improvement 9 years ago
test_config.py Cleans up old imports of ConfigParser. 9 years ago
test_databroker.py Honor custom pubsdoc in config 9 years ago
test_datacache.py More refactoring to remove code duplication. Also adds tests. 9 years ago
test_endecoder.py Fix tests and terminology. 10 years ago
test_events.py Fix tests and terminology. 10 years ago
test_filebroker.py Better error message on UnicodeDecodeError for reading text file. 9 years ago
test_paper.py Fix tests and terminology. 10 years ago
test_plug_alias.py Adds alias plugin test and fix its config access. 9 years ago
test_pretty.py Fix color in test_oneliner 9 years ago
test_queries.py Fix tests and terminology. 10 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 Simplify, update the testsuite 9 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.