]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.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, 6 Jul 2023 15:02:37 +0000 (11:02 -0400)
commit0d0128f50edd16dd257a4b897bb63d9168497f80
tree7e2525fbae0fed55dd0e33d68eabb79500cfc055
parent0bd813f069ed7a3ee691fbfb33da017bb00c1a55
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>
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