Skip to content

Commit ab3193b

Browse files
committed
Add local testing guide and update the LICENSE path
1 parent 7e46eea commit ab3193b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,14 @@ install [tox](https://github.com/tox-dev/tox) and run the tests for configured e
8585
python3 -m pip install tox && tox
8686
```
8787

88+
If you want to run tests only for the current environment with your local Python interpreter, you can use the following
89+
commands.
90+
91+
```bash
92+
python3 -m pip install -r tests/requirements.txt
93+
python3 -m pytest
94+
```
95+
8896
## License
8997

90-
Copyright (C) 2023 Artyom Vancyan. [Apache 2.0](LICENSE)
98+
Copyright (C) 2023 Artyom Vancyan. [Apache 2.0](https://github.com/pysnippet/thumbnails/blob/master/LICENSE)

0 commit comments

Comments
 (0)