Coverage for tests/testFailedTests/SConstruct: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.4.3, created at 2024-03-14 10:15 -0700

1# -*- python -*- 

2# 

3# Setup our environment 

4# 

5from lsst.sconsUtils import env, scripts, targets 

6 

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

8scripts.BasicSConstruct.finish()