mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
18 lines
241 B
Markdown
18 lines
241 B
Markdown
Testing
|
|
=======
|
|
|
|
Installing the test environment
|
|
-------------------------------
|
|
|
|
### Debian-based distributions
|
|
|
|
```shell-session
|
|
$ sudo apt install pypy python-tox
|
|
```
|
|
|
|
Running the tests
|
|
-----------------
|
|
|
|
```shell-session
|
|
$ make test
|
|
```
|