github.com/sercand/please@v13.4.0+incompatible/test/python_rules/behave/features/behave_test.feature (about)

     1  Feature: Please Integration with Behave
     2    In order to support BDD in python
     3    As the most awesome build tool
     4    I want to be able to support behave
     5    This is a feature for testing please integration with behave
     6  
     7    Scenario: Run a dummy test
     8      Given we have behave installed
     9      And  we should see our custom flags in context
    10      When we implement 6 tests
    11      Then behave will test them for us!