'Using github action to automate unit testing

i notice that most of the guides on internet don't show how to create a automated way to run unit tests created using PyCharm.

It seems that they aren't something that i could run using pytest command (as the major of the default github actions do).

Infact it seems that PyCharm run this kind of tests using a helper script called _jb_pytest_runner.py that watching in the official repository seems to use pytest framework

So is there a way to run the tests using only pytest instead of this script?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source