Skip to content

Commit a3a6dab

Browse files
committed
migrate test_forms to pytest engine
1 parent c07e657 commit a3a6dab

File tree

2 files changed

+531
-0
lines changed

2 files changed

+531
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
def app():
1212
app = Flask(__name__)
1313
app.config["TESTING"] = True
14+
app.config["WTF_CSRF_ENABLED"] = False
1415

1516
with app.app_context():
1617
yield app

0 commit comments

Comments
 (0)