vendredi 27 avril 2018

Best practice of using unittest kind asserts (like assertNotIn) in standalone pytest tests?

In standalone pytest test cases I would like to use assertions like unittest.TestCase.assertNotIn (and unittests other asserts) without any dependency on the uniittest module. Is best practice to use libraries like python-assert?

Aucun commentaire:

Enregistrer un commentaire