Jon Moss
Jon Moss
This is the last change needed to get the code linter passing. Note: Someone with an AP API key should run the full test suite to make there are no...
The latest version of jinja2 is incompatible with the current docs setup, so lock the version to make sure the docs can still be built.
Need virtualenvwrapper to be installed to run `mkvirtualenv` and `workon`.
`test.c` is over four thousand lines long and is getting a little hard to parse... any objections to moving some related tests into separate files in a `test/` directory? @indutny...
Right now the test suite has a proprietary/unique way of outputting the status of tests. It would be better if it used something like TAP, which is already used by...