Skip to content

Commit 743fb53

Browse files
committed
add explicit instructions on where the test file should exist
1 parent b74ae25 commit 743fb53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/end-to-end-testing.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Our goal is to write a test that does the following:
7474

7575
Now for the exciting part – writing the test code!
7676

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_`.
7878
2. **Copy and paste this code:**
7979

8080
```python

0 commit comments

Comments
 (0)