Kyua/ATF as a test framework discussion

Craig Rodrigues rodrigc at FreeBSD.org
Wed Nov 5 22:02:50 UTC 2014


On Wed, Nov 5, 2014 at 1:41 PM, Julio Merino <jmmv at freebsd.org> wrote:
>
> On Tue, Nov 4, 2014 at 2:40 PM, Craig Rodrigues <rodrigc at freebsd.org>
wrote:
> > Having hooks in the test framework to do setup/teardown like in other
unit
> > test frameworks would be useful.
>
> Please tell me of a test framework that has setup/teardown
> functionality outside of the test program. I would like to see how
> they handle it.



http://nose.readthedocs.org/en/latest/writing_tests.html#test-functions
https://docs.python.org/3/library/unittest.html#unittest.TestCase.setUp
http://cunit.sourceforge.net/doc/managing_tests.html
http://junit.sourceforge.net/junit3.8.1/javadoc/junit/framework/TestCase.html#method_summary

--
Craig


More information about the freebsd-testing mailing list