4.24.0
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2023-04-11 11:00:05 +00:00
parent 5501b033e8
commit f5de4a9624
17 changed files with 3779 additions and 1886 deletions

View File

@ -1,13 +1,7 @@
from app import config
from app.db import Session
from app.models import User, Job
from tests.utils import create_new_user, random_email
def test_available_sl_domains(flask_client):
user = create_new_user()
assert set(user.available_sl_domains()) == {"d1.test", "d2.test", "sl.local"}
from tests.utils import random_email
def test_create_from_partner(flask_client):