Skip to content

Commit

Permalink
fixup! fixup! Make it possible to handle all *.rpmnew files in a dire…
Browse files Browse the repository at this point in the history
…ctory
  • Loading branch information
Mikhail Sandakov committed Mar 5, 2024
1 parent 60303cc commit 973d460
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pleskdistup/common/tests/rpmtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,7 @@ def test_write_exsisted_repodata(self):


class HandleRpmnewFilesTests(unittest.TestCase):
def __init__(self, methodName: str = "runTest") -> None:
self.test_dir = "rpm_test_dir"
super().__init__(methodName)
test_dir: str = "rpm_test_dir"

def tearDown(self):
tests_related_files = ["test.txt", "test.txt.rpmnew", "test.txt.rpmsave"]
Expand Down

0 comments on commit 973d460

Please sign in to comment.