The web application for OpenCTF.
To run the test suite, specify a DATABASE_URL
. This could very well be an sqlite3 database.
$ mkdir .data
$ DATABASE_URL=sqlite:///../.data/openctf.db python3 -m pytest .
Authors: Michael Zhang, David Hou, James Wang
Copyright: EasyCTF Team
License: TBD
Email: [email protected]