mirror of
https://github.com/containers/podman-compose.git
synced 2025-06-20 11:47:50 +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
|
## Tests
|
||||||
|
|
||||||
Inside `tests/` directory we have many useless docker-compose stacks
|
podman-compose is tested via unit and integration tests.
|
||||||
that are meant to test as many cases as we can to make sure we are compatible
|
|
||||||
|
|
||||||
### Unit tests with unittest
|
Unit tests can be run via the following:
|
||||||
run a unittest with following command
|
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
python3 -m unittest discover tests/unit
|
python3 -m unittest discover tests/unit
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Integration tests can be run via the following:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
python3 -m unittest discover tests/integration
|
||||||
|
```
|
||||||
|
|
||||||
# Contributing guide
|
# Contributing guide
|
||||||
|
|
||||||
If you are a user or a developer and want to contribute please check the [CONTRIBUTING](CONTRIBUTING.md) section
|
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