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: README.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,6 @@
6
6
7
7
Pylasu is an AST Library in the [StarLasu](https://github.com/Strumenta/StarLasu) family, targeting the Python language. [Documentation](https://pylasu.readthedocs.io) is on Read the Docs.
8
8
9
-
## Testing
10
-
11
-
```shell
12
-
python -m unittest discover tests
13
-
```
14
-
15
9
## Linting
16
10
17
11
```shell
@@ -37,7 +31,7 @@ pip install build twine
37
31
Then, check the project can be released by linting and running the test suite:
0 commit comments