Skip to content

Commit 68a1709

Browse files
Update test
Signed-off-by: Jacob Stopak <[email protected]>
1 parent 3c8d480 commit 68a1709

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test.py

-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
import unittest, git, argparse
22

3-
from git_dummy.git_dummy import GitDummy
4-
53

64
class TestGitDummy(unittest.TestCase):
75
def test_git_dummy(self):
86
"""Test git dummy."""
97

10-
gs = GitDummy(argparse.Namespace())
11-
128
self.assertEqual(1, 1)
139

1410

0 commit comments

Comments
 (0)