openSUSE / obs-service-node_modules

MIT License
7 stars 11 forks source link

Add simple testsuite #20

Closed dcermak closed 2 years ago

dcermak commented 3 years ago

This is a WIP pull request to add a integration test suite for obs-service-node-modules.

Currently you need podman and buildah installed and can execute it as follows:

$ poetry install
$ poetry run pytest -vv -n 4 .
# now wait…
dcermak commented 2 years ago

@lnussel @AdamMajer Could you please take a look, I'd consider this a viable prototype for now.

Please let me know if it is lacking anything that you wish to have.

dcermak commented 2 years ago

@lnussel @AdamMajer Could you please take a look?