Feature: showing off behave
usr/lib/python3.8/site-packages/xtesting/samples/features/hello.feature:4
@foo
Scenario: run a simple test
-
Given
we have behave installed
(0.002s)
usr/lib/python3.8/site-packages/xtesting/samples/features/steps/hello.py:6
-
When
we implement a test
(0.001s)
usr/lib/python3.8/site-packages/xtesting/samples/features/steps/hello.py:10
-
Then
behave will test it for us!
(0.002s)
usr/lib/python3.8/site-packages/xtesting/samples/features/steps/hello.py:14