aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_api.py (follow)
Commit message (Collapse)AuthorAgeLines
* documentation metadata API (#57)Gravatar Johannes Christ2018-06-05-1/+1
| | | | | | | | | | | | | | | | | | | | | | * Add documentation metadata "schema". * Add seed data for `pydoc_links` table. * Add tests for the `doc` API. * Allow specifying multiple parameters. * Move up line in generator. * make each docs test a function for greater test report visibility * fix a typo * Use fixtures instead of `pytest-ordering`. * Move `doc` API to `/bot/doc`. * Use new migration system.
* Tests directory (#73)Gravatar Christopher Baklid2018-05-20-0/+25
moves all tests into a testing directory and splits the tests into separate files