mirror of
https://github.com/containers/podman-compose.git
synced 2025-06-19 19:27:47 +02:00
README: Update section on tests
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
This commit is contained in:
parent
93371b0f4e
commit
bbdb63604e
12
README.md
12
README.md
@ -139,16 +139,20 @@ There is also AWX 17.1.0
|
||||
|
||||
## Tests
|
||||
|
||||
Inside `tests/` directory we have many useless docker-compose stacks
|
||||
that are meant to test as many cases as we can to make sure we are compatible
|
||||
podman-compose is tested via unit and integration tests.
|
||||
|
||||
### Unit tests with unittest
|
||||
run a unittest with following command
|
||||
Unit tests can be run via the following:
|
||||
|
||||
```shell
|
||||
python3 -m unittest discover tests/unit
|
||||
```
|
||||
|
||||
Integration tests can be run via the following:
|
||||
|
||||
```shell
|
||||
python3 -m unittest discover tests/integration
|
||||
```
|
||||
|
||||
# Contributing guide
|
||||
|
||||
If you are a user or a developer and want to contribute please check the [CONTRIBUTING](CONTRIBUTING.md) section
|
||||
|
Loading…
x
Reference in New Issue
Block a user