github.com/sercand/please@v13.4.0+incompatible/test/python_rules/behave/BUILD (about) 1 package(python_test_runner = "behave") 2 3 python_test( 4 name = "behave_test", 5 srcs = glob([ 6 "features/*", 7 ]), 8 flags = "-D test_value='this value should show up in my context'", 9 )