aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Collapse)AuthorAgeLines
* Initial project layout for djangoGravatar Gareth Coles2018-08-07-1270/+0
|
* Merge branch 'enhancement/delete-otname-route' into 'master'Gravatar Leon Sandøy2018-07-29-0/+32
|\ | | | | | | | | Add `DELETE` route to `off-topic-names` endpoint. See merge request python-discord/projects/site!28
| * Add `DELETE` route to `off-topic-names` endpoint.Gravatar Johannes Christ2018-07-28-0/+32
| |
* | Addressing gdude commentsGravatar Leon Sandøy2018-07-29-2/+2
| |
* | Fixed broken testGravatar Leon Sandøy2018-07-29-1/+4
| |
* | Merge branch 'master' into clean_commandGravatar Leon Sandøy2018-07-28-3/+137
|\|
| * Fix unit testGravatar Gareth Coles2018-07-27-3/+3
| |
| * Infraction system API to replace RowboatGravatar Momo2018-07-21-0/+134
| |
* | Now doing role colorization instead of random colors for the cleanlog template.Gravatar Leon Sandøy2018-07-22-2/+3
| |
* | fixed tests that were breaking. hooo-ey.Gravatar Leon Sandøy2018-07-22-29/+9
| |
* | Testing is hard and I hate it.Gravatar Leon Sandøy2018-07-22-21/+132
|/
* Add the big-brother API.Gravatar Johannes Christ2018-07-12-0/+152
|
* Fix duplicate channel names in test.Gravatar Johannes Christ2018-07-09-0/+4
|
* Allow numbers in channel names.Gravatar Johannes Christ2018-07-09-1/+9
|
* Add a simple API for off-topic category names.Gravatar Volcyy2018-07-02-0/+90
|
* Fix testsGravatar Gareth Coles2018-06-24-0/+6
|
* Allow schemas to not use a list when applicableGravatar Volcyy2018-06-14-4/+27
|
* Fix testGravatar Gareth Coles2018-06-07-2/+6
|
* Add date parsing tests. (#87)Gravatar Johannes Christ2018-06-05-0/+73
|
* documentation metadata API (#57)Gravatar Johannes Christ2018-06-05-1/+96
| | | | | | | | | | | | | | | | | | | | | | * 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.
* Privacy/Usability updates (#75)Gravatar Gareth Coles2018-05-20-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use less intrusive oauth scopes, add login redirect method * Remove debugging prints, add missing __init__ * Work towards new privacy policy * Fix judging state icons on code jam management page * Jammer profile retraction and punishments based on jam status * Linting * [Jams] Deny profile saving for users < 13 years, and finish removal page * Fix tests * Clean up and address Volcyy's review * Add proper login redirection to require_roles decorator * Fix template is_staff() and add staff link to navigation * Address lemon's review * Linting * Privacy page formatting * Privacy page formatting
* Tests directory (#73)Gravatar Christopher Baklid2018-05-20-0/+554
moves all tests into a testing directory and splits the tests into separate files