]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
tests: add module_utils directory to flake8/pytest
authorDimitri Savineau <dsavinea@redhat.com>
Thu, 26 Nov 2020 19:59:29 +0000 (14:59 -0500)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 27 Nov 2020 05:35:56 +0000 (06:35 +0100)
commit239a14279d4206d96a568c7171eccae2ce43bd41
treed4ea6516145b8d91e021c277850f39242f6fba85
parent67467fd87c96699d805b66dad3bf4dac6aa21911
tests: add module_utils directory to flake8/pytest

This adds the module_utils and associated test directory into the flake8
and pytest workflow configuration.
It also moves the ca_common module_utils test file from tests/library to
it's own directory tests/module_utils.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
.github/workflows/flake8.yml
.github/workflows/pytest.yml
tests/library/test_ca_common.py [deleted file]
tests/module_utils/test_ca_common.py [new file with mode: 0644]