CTFd/tests
Kevin Chung 447f71d41b
Disable foreign keys during import (#1031)
* Temporarily disable foreign keys in MySQL, MariaDB, and Postgres during `import_ctf()`
    * Likely also disables SQLite but SQLite is permissive about foreign keys to begin with so irrelevant.
2019-06-21 12:35:55 -04:00
..
admin Format all the things (#991) 2019-05-11 21:09:37 -04:00
api Cache scoreboard page (#1025) 2019-06-16 13:29:50 -04:00
challenges Format all the things (#991) 2019-05-11 21:09:37 -04:00
oauth Format all the things (#991) 2019-05-11 21:09:37 -04:00
teams Ratelimit team join attempts (#993) 2019-05-13 22:53:58 -04:00
users Fixing issue downloading files when view_after_ctf is enabled (#1011) 2019-06-03 21:08:30 -04:00
utils Disable foreign keys during import (#1031) 2019-06-21 12:35:55 -04:00
__init__.py Starting to write tests 2017-01-07 02:44:31 -05:00
helpers.py Improve caching (#1014) 2019-06-15 02:07:24 -04:00
test_config.py Format all the things (#991) 2019-05-11 21:09:37 -04:00
test_plugin_utils.py Format all the things (#991) 2019-05-11 21:09:37 -04:00
test_themes.py Format all the things (#991) 2019-05-11 21:09:37 -04:00
test_views.py Fix hidden pages not being able to load (#1019) 2019-06-08 01:00:28 -04:00