Hi, beginner question: I'm trying to run some VDSM tests locally (e.g. blocksd_test.py), using
PYTHON_EXE=python3 ./run_tests_local.sh storage/blocksd_test.py
but I'm getting quite a lot of test failures. Most of the tests fail because
of mokeypatch fixture is not injected (see error bellow).
What I'm doing wrong and how I can run selected tests locally?
Thanks in advance
Vojta
ERROR: storage.blocksd_test.test_meta_size_max_val
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
TypeError: test_meta_size_max_val() missing 1 required positional argument:
'monkeypatch'
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/[email protected]/message/I3PK3WSDFRNXM6HKUYK7ENMJAL6MS5RL/
