mirror of
https://github.com/containers/podman-compose.git
synced 2025-04-11 19:18:28 +02:00
update readme
This commit is contained in:
parent
4f025679cf
commit
2d1bcddf09
12
README.md
12
README.md
@ -1,4 +1,5 @@
|
||||
# Podman Compose [](https://github.com/containers/podman-compose/actions/workflows/pylint.yml)
|
||||
# Podman Compose
|
||||
## [](https://github.com/containers/podman-compose/actions/workflows/pylint.yml) [](https://github.com/containers/podman-compose/actions/workflows/pytest.yml)
|
||||
|
||||
|
||||
An implementation of [Compose Spec](https://compose-spec.io/) with [Podman](https://podman.io/) backend.
|
||||
@ -113,8 +114,9 @@ There is also AWX 17.1.0
|
||||
Inside `tests/` directory we have many useless docker-compose stacks
|
||||
that are meant to test as much cases as we can to make sure we are compatible
|
||||
|
||||
### pytest
|
||||
### Unit tests with pytest
|
||||
run a pytest with following command
|
||||
````shell
|
||||
pytest tests/test_podman_compose.py
|
||||
````
|
||||
|
||||
```shell
|
||||
python -m pytest pytests
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user