We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e46eea commit ab3193bCopy full SHA for ab3193b
README.md
@@ -85,6 +85,14 @@ install [tox](https://github.com/tox-dev/tox) and run the tests for configured e
85
python3 -m pip install tox && tox
86
```
87
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
96
## License
97
-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