]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
test/pybind/rados: convert from nose to pytest
authorCasey Bodley <cbodley@redhat.com>
Tue, 20 Jun 2023 20:29:37 +0000 (16:29 -0400)
committerCasey Bodley <cbodley@redhat.com>
Thu, 20 Jul 2023 19:10:38 +0000 (15:10 -0400)
commit00ce1455ff238f6fe6ffc991b16c096c4362a17f
tree0713842e73450e86275671c9abbfa0166e623c1b
parentfd0632fd4d174b7a55e5c361204d6fc4145485c2
test/pybind/rados: convert from nose to pytest

* replace nose.Skiptest with pytest.skip()
* replace nose attrs with @pytest.mark
* replace nose assertions
* replace setUp/tearDown with setup/teardown_method

Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 0d0128f50edd16dd257a4b897bb63d9168497f80)
qa/suites/crimson-rados/basic/tasks/rados_python.yaml
qa/workunits/rados/test_python.sh
src/test/pybind/pytest.ini
src/test/pybind/test_rados.py