mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 11:36:54 +00:00
Add test instructions
This commit is contained in:
parent
78818b90cd
commit
912f7d9e01
1 changed files with 18 additions and 0 deletions
18
tests/README.md
Normal file
18
tests/README.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
Testing
|
||||
=======
|
||||
|
||||
Installing the test environment
|
||||
-------------------------------
|
||||
|
||||
### Debian-based distributions
|
||||
|
||||
```shell-session
|
||||
$ sudo apt install pypy python-tox
|
||||
```
|
||||
|
||||
Running the tests
|
||||
-----------------
|
||||
|
||||
```shell-session
|
||||
$ make test
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue