Coverage for tests/testFailedTests/SConstruct: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.5.0, created at 2024-04-24 23:29 -0700

1# -*- python -*- 

2# 

3# Setup our environment 

4# 

5from lsst.sconsUtils import scripts, targets, env 

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

7scripts.BasicSConstruct.finish()