Skip to content

Commit ab65f09

Browse files
committed
Split test_main.py into 2 more files
1 parent 7189f6a commit ab65f09

File tree

4 files changed

+611
-601
lines changed

4 files changed

+611
-601
lines changed

docs/notes_for_developers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ All the checking happens in the `visit_***()` methods in the `Visitor` class.
2323
## 2. How to quickly sanity-check a code example?
2424

2525
Put the code example in the file `tests/data/playground.py` (which is currently
26-
empty). And then run the test `testPlayground()` (in `tests/test_main.py`).
27-
Adjust the options accordingly.
26+
empty). And then run the test `testPlayground()` (in
27+
`tests/test_playground.py`). Adjust the options accordingly.
2828

2929
## 3. How to quickly debug a particular style violation?
3030

0 commit comments

Comments
 (0)