Skip to content

Commit

Permalink
Update HOWTO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
R9295 authored Mar 25, 2022
1 parent a5754b1 commit ce105f9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@ tests:
``` bash
$ parserkiosk . --builtin python
Done
$ cd tests
$ ls
$ ls tests/
test_serialize.py
$ cat test_serialize.py
$ cat tests/test_serialize.py
```
``` python
# parser/tests/test_serialize.py
Expand Down Expand Up @@ -84,7 +83,6 @@ def assert_list_entries(a, b):
```
7. Add an ``__init__.py`` in ``tests/``
```
$ cd ..
$ touch tests/__init__.py
```
8. We should be able to run the suite!
Expand Down

0 comments on commit ce105f9

Please sign in to comment.