Coverage for tests/testFailedTests/SConstruct: 67%

3 statements  

« prev     ^ index     » next       coverage.py v7.4.1, created at 2024-02-07 11:22 +0000

1# -*- python -*- 

2# 

3# Setup our environment 

4# 

5from lsst.sconsUtils import env, scripts, targets 

6 

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

8scripts.BasicSConstruct.finish()