Skip to content

Commit a68251f

Browse files
committed
Initial commit
1 parent 522e311 commit a68251f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.flake8

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[flake8]
2+
max-line-length = 250
3+
exclude = .*,venv,node_modules
4+
max-complexity = 10
5+
ignore = F821

scripts/run_regression_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,4 +244,4 @@ def check_job(auth_header):
244244
print(f"See https://nhsdigital.github.io/eps-test-reports/{arguments.product}/{env}/ for allure report")
245245
raise Exception("Regression test failed")
246246

247-
print("Success!")
247+
print("Success!")

0 commit comments

Comments
 (0)