Coverage for tests/testFailedTests/SConstruct: 67%

3 statements  

« prev     ^ index     » next       coverage.py v7.2.3, created at 2023-04-19 10:26 +0000

1# -*- python -*- 

2# 

3# Setup our environment 

4# 

5from lsst.sconsUtils import scripts, targets, env 

6scripts.BasicSConstruct.initialize(packageName="testFailedTest") 

7scripts.BasicSConstruct.finish()