Revision 15eae64dab2e88d97952a6f41baf2acdad91b72c authored by Daniel Himmelstein on 17 December 2018, 18:32:12 UTC, committed by GitHub on 17 December 2018, 18:32:12 UTC
Merges https://github.com/greenelab/manubot/pull/87

Move tests into package directory to locate tests closer to the code
they're testing in the project's directory tree. Split test modules to
correspond one-to-one to source code modules.

Add __init__.py to test directories to allow test modules with the
same name. https://docs.pytest.org/en/latest/goodpractices.html

Travis CI: call pytest, not py.test, on its own line.
Update pandoc to 2.5 on Travis.

Fix NCBI E-Utilities too many requests error using ratelimiter.

test_cite_command_render_stdout: skip test if Pandoc is outdated.
Update expected output for Pandoc 2.5 & replace DataCite doi
because DOI Content Negotiation for DataCite DOIs is often down.

AppVeyor CI. Show why pytest tests are skipped.
Update chocolatey pandoc path and version pandoc install
1 parent 26a6fbd
History
File Mode Size
manubot
media
release-notes
.appveyor.yml -rw-r--r-- 640 bytes
.gitignore -rw-r--r-- 217 bytes
.travis.yml -rw-r--r-- 1.1 KB
LICENSE.md -rw-r--r-- 1.5 KB
MANIFEST.in -rw-r--r-- 27 bytes
README.md -rw-r--r-- 8.9 KB
setup.py -rw-r--r-- 2.0 KB

README.md

back to top