[Refactor] Move test fixtures to conftest.py

…so they get automatically loaded
This commit is contained in:
2018-07-25 20:02:28 +02:00
parent 1e1e085ba4
commit bc67e692e0
6 changed files with 66 additions and 40 deletions

View File

@@ -20,7 +20,7 @@
import calsocial
from calsocial.models import db, Notification, NotificationAction, Profile, User, UserFollow
from helpers import client, database, login
from helpers import login
def test_profile_follow(database):