mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 05:54:19 +01:00
@@ -17,6 +17,14 @@ import requests
|
||||
import six
|
||||
|
||||
|
||||
def test_ctf_version_is_set():
|
||||
"""Does ctf_version get set correctly"""
|
||||
app = create_ctfd()
|
||||
with app.app_context():
|
||||
assert get_config('ctf_version') == app.VERSION
|
||||
destroy_ctfd(app)
|
||||
|
||||
|
||||
def test_get_config_and_set_config():
|
||||
"""Does get_config and set_config work properly"""
|
||||
app = create_ctfd()
|
||||
|
||||
Reference in New Issue
Block a user