mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 14:04:20 +01:00
@@ -1,10 +1,9 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from tests.helpers import *
|
||||
from CTFd.models import Teams
|
||||
from CTFd.utils import set_config, get_config
|
||||
from tests.helpers import *
|
||||
from CTFd.models import db, Users
|
||||
from tests.helpers import (create_ctfd, destroy_ctfd, register_user,
|
||||
login_as_user, gen_user, gen_team)
|
||||
|
||||
|
||||
def test_banned_team():
|
||||
|
||||
Reference in New Issue
Block a user