Gist of code I used in this video - gist.github.com/pknowledge/c1f1edaf2dbad7146bb82d37abd56bab
@danielphd50726 жыл бұрын
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.
@simonsouvannarat5 жыл бұрын
great tutorial, really enjoyed it
@Indian-fh8hf5 жыл бұрын
Can you make video on SELENIUM Webdriver with PYTEST Framework
@ulfgj4 жыл бұрын
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, ...
@aashishadhikari81443 жыл бұрын
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.