File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def webapp_configurations():
71
71
limiter .enabled = False
72
72
73
73
74
- @pytest .fixture (autouse = True , scope = 'class ' )
74
+ @pytest .fixture (autouse = True , scope = 'session ' )
75
75
def disable_mail_sending ():
76
76
webapp .config ['TESTING' ] = True
77
77
webmail = Mail (webapp )
Original file line number Diff line number Diff line change 11
11
from tests import conftest
12
12
13
13
14
- @pytest .mark .usefixtures ('disable_mail_sending' )
15
14
class TestRegistration :
16
15
@staticmethod
17
16
def test_invalid_username (
Original file line number Diff line number Diff line change 10
10
from tests import conftest
11
11
12
12
13
- @pytest .mark .usefixtures ('disable_mail_sending' )
14
13
class TestUser :
15
14
def test_password_hashed_on_create (
16
15
self ,
You can’t perform that action at this time.
0 commit comments