Hi,
I'm currently using your tool, and managed to leverage unittest assert methods, which is really nice, even though behave's source code doesn't do this (they use hamcrest methods instead).
I've face an issue though: even when I subclass from unittest TestCase, methods like setUp and tearDown aren't called by the steps.
Did you think about this usecase ?
(Just trying my luck on this first issue report, hope you reply).
Thank you.
Hi,
I'm currently using your tool, and managed to leverage unittest assert methods, which is really nice, even though behave's source code doesn't do this (they use hamcrest methods instead).
I've face an issue though: even when I subclass from unittest
TestCase, methods likesetUpandtearDownaren't called by the steps.Did you think about this usecase ?
(Just trying my luck on this first issue report, hope you reply).
Thank you.