We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8349817 commit 6c66934Copy full SHA for 6c66934
test/unit/util/release/changelog_test.py
@@ -77,8 +77,10 @@ def changelogs(tmp_path) -> Changelogs:
77
78
class TestChangelogs:
79
"""
80
- As some methods in the class `Changelogs` modify files. The tests need to reset
81
- these fixtures per function.
+ As some methods in the class `Changelogs` modify files, it is required that the
+ fixtures which create the sample files (changelog.md, unreleased.md, & changes_1.0.0.md)
82
+ reset per function and use `tmp_path`. By doing this, we ensure that the sample
83
+ are in their expected state for each test.
84
85
86
@staticmethod
0 commit comments