Fixes Python 3 compatibility for testing (#230)

* Testing 3.6

* Fixing Python 3 testing

* Fixing both kinds of tests :)

* PEP8 lint project and add linting checks to build process (#229)

* Revert "PEP8 lint project and add linting checks to build process (#229)"

This reverts commit 15d89d2b66030cdc2a6276b0a73acaa4912c06ab.
This commit is contained in:
Kevin Chung
2017-03-12 19:53:26 -04:00
committed by GitHub
parent 57de89fc57
commit 06d0e00cf5
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
from helpers import create_ctfd, register_user, login_as_user
from tests.helpers import create_ctfd, register_user, login_as_user
from CTFd.models import Teams