Skip to content

Commit b36494a

Browse files
authored
Merge pull request #129 from naylor-b/fix_coverage
added release note
2 parents 54005d5 + 1e389e0 commit b36494a

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

RELEASE_NOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# RELEASE NOTES
22

3+
***********************
4+
# testflo version 1.4.21
5+
February 6, 2026
6+
7+
- Fixed a double initialization issue when coverage was active [#128](https://github.com/OpenMDAO/testflo/pull/128)
8+
9+
310
***********************
411
# testflo version 1.4.20
512
June 27, 2025

testflo/tests/test_nested_fixtures.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,7 @@ def test_3(self):
6161

6262
def test_4(self):
6363
self.fail("This test should have been skipped.")
64+
65+
66+
if __name__ == '__main__':
67+
unittest.main()

0 commit comments

Comments
 (0)