Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
Isn't pytest used only for testing of Python code? In that case there is no sense in using it as Minipots are implemented in C... and I guess we don't want to test our testing framework which is writen in Python, bacause that is only possible usage of pytest I see here. So I suggest to close this issue. @kkoci@mprudek
Pytest is used for testing Python but it can be used as a generic test driver. You can see for example https://gitlab.nic.cz/turris/nsfarm where we test Turris OS on real hardware using pytest.