Files
nixpkgs/pkgs/development/python-modules/changefinder/fix_test_invocation.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
302 B
Diff
Raw Normal View History

2025-10-09 14:15:47 +02:00
diff --git a/test/test.py b/test/test.py
index 85a9f4e..a5f44fd 100644
--- a/test/test.py
+++ b/test/test.py
@@ -4,7 +4,7 @@ import numpy as np
class TestChangeFinder():
- def setup(self):
+ def setup_method(self):
self._term = 30
self._smooth = 7
self._order = 1