8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a02a2f commit fa856aeCopy full SHA for fa856ae
section2/video_code/readme.md
@@ -8,3 +8,10 @@ To get started:
8
9
- Create a virtualenv for this project
10
- Install requirements using `pip install -r requirements.txt`
11
+
12
+When you've created the first test, you'll also need to create a correct runtime configuration in PyCharm.
13
14
+Create a sample unittest configuration, and choose:
15
16
+- `Path` as as target, with your project's `/tests` folder.
17
+- `Pattern` being `_test.py`
0 commit comments