[TIP] Does testscenarios employ unittest?

boB Stepp robertvstepp at gmail.com
Sun Sep 25 19:12:29 PDT 2016


I finally figured out how to use testscenarios for the simple problem
I am using to start learning TDD.  I was surprised to discover that I
did not need to import unittest.  I was under the (perhaps mistaken?)
impression that testscenarios was an extension of the unittest module.
Does testscenarios use unittest behind the scenes?

-- 
boB



More information about the testing-in-python mailing list