Rename test to tests

This commit is contained in:
benoit 2022-07-11 12:36:04 +02:00
parent 1e3da856cc
commit 8519416c11
39 changed files with 1 additions and 1 deletions

View file

@ -47,5 +47,5 @@ The `README.md` can be geneated with `./docs/make_readme.sh`.
## Executing Tests
The pytests are in `./test` and use a moker to provide a json response instead
The pytests are in `./tests` and use a moker to provide a json response instead
of having to call the patroni API.