vendredi 9 août 2019

run nosetest function in a script

I have an old code that implement test cases in functions (not in a class that inherits from unittest.TestCase, but just in functions naming as test_XXX()).

I am able to run these test cases through pycharm nosetest. but I also want to write a python script to run all these test functions.

how do I do it?

Aucun commentaire:

Enregistrer un commentaire