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-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,5 +24,4 @@ Significant contributions from [pvcraven](https://github.com/pvcraven) and [Clep
24
24
To develop pytiled parser, clone the repo, create a `venv` using a supported Python version, and activate it. Then install the package as well as all testing dependencies with the command `python -m pip install -e ".[tests]"`.
25
25
26
26
### Testing
27
-
Run `pytest --cov=pytiled_parser` to run the test harness and report coverage.
28
-
ioi
27
+
Run `pytest --cov=pytiled_parser` to run the test harness and report coverage.
0 commit comments