We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54005d5 + 1e389e0 commit b36494aCopy full SHA for b36494a
2 files changed
RELEASE_NOTES.md
@@ -1,5 +1,12 @@
1
# RELEASE NOTES
2
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
10
***********************
11
# testflo version 1.4.20
12
June 27, 2025
testflo/tests/test_nested_fixtures.py
@@ -61,3 +61,7 @@ def test_3(self):
61
62
def test_4(self):
63
self.fail("This test should have been skipped.")
64
65
66
+if __name__ == '__main__':
67
+ unittest.main()
0 commit comments