You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/end-to-end-testing.qmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ Our goal is to write a test that does the following:
74
74
75
75
Now for the exciting part – writing the test code!
76
76
77
-
1.**Create a new file:** Create a file named `test_basic_app.py`(test files *must* start with `test_`).
77
+
1.**Create a new file:** Create a new file named `test_basic_app.py`in the same directory as your `app.py` file. Remember, test file names must start with `test_`.
0 commit comments