github.phpd.cn/thought-machine/please@v12.2.0+incompatible/test/python_rules/pytest/BUILD (about)

     1  package(python_test_runner = 'pytest')
     2  
     3  python_library(
     4      name = 'inc',
     5      srcs = ['inc.py'],
     6  )
     7  
     8  python_test(
     9      name = 'pytest_test',
    10      srcs = ['test_runner.py'],
    11      deps = [':inc'],
    12  )