Hello Programming Knowledge, I subscribed since long time to your channel. I followed many of your excellent videos about Qt C++. I am searching , since long time, a serie of video about C++ Unit Testing. Could you do that please(for windows, codeblocks or Qt. I think there is Google Test) ? I would be thankful.
why do i get a warning on @pytest.mark.number when running "pytest -v -m number" ? Unknown pytest.mark.number - is this a typo? You can register custom marks to avoid this warning - for details, see docs.pytest.org/en/latest/mark.html PytestUnknownMarkWarning, ...
Its too late for you but might help sby in the future --> You need to create a .ini file and register the custom mark for number (also string if you use that as well). It is very easy and can Google it.
Gist of code I used in this video - gist.github.com/pknowledge/c1f1edaf2dbad7146bb82d37abd56bab
Hello Programming Knowledge, I subscribed since long time to your channel. I followed many of your excellent videos about Qt C++. I am searching , since long time, a serie of video about C++ Unit Testing. Could you do that please(for windows, codeblocks or Qt. I think there is Google Test) ? I would be thankful.
great tutorial, really enjoyed it
Can you make video on SELENIUM Webdriver with PYTEST Framework
why do i get a warning on @pytest.mark.number when running "pytest -v -m number" ?
Unknown pytest.mark.number - is this a typo? You can register custom marks to avoid this warning - for details, see docs.pytest.org/en/latest/mark.html
PytestUnknownMarkWarning,
...
Its too late for you but might help sby in the future --> You need to create a .ini file and register the custom mark for number (also string if you use that as well). It is very easy and can Google it.