There was an error while loading. Please reload this page.
1 parent bb6f969 commit 9af9683Copy full SHA for 9af9683
1 file changed
scanpipe/tests/pipes/test_matchcode.py
@@ -37,6 +37,9 @@
37
class MatchCodePipesTest(TestCase):
38
data_location = Path(__file__).parent.parent / "data"
39
40
+ def setUp(self):
41
+ self.project1 = Project.objects.create(name="Analysis")
42
+
43
def test_scanpipe_pipes_matchcode_fingerprint_codebase_directories(self):
44
fixtures = self.data_location / "asgiref-3.3.0_fixtures.json"
45
call_command("loaddata", fixtures, **{"verbosity": 0})
0 commit comments