mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-07 03:55:22 +00:00
fix test
This commit is contained in:
parent
c58bb349df
commit
d6b4b43aa2
@ -17,7 +17,6 @@ class TestPipreqs(unittest.TestCase):
|
|||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.modules = ['flask', 'requests', 'sqlalchemy', 'docopt']
|
self.modules = ['flask', 'requests', 'sqlalchemy', 'docopt']
|
||||||
pass
|
|
||||||
|
|
||||||
def test_get_all_imports(self):
|
def test_get_all_imports(self):
|
||||||
path = os.path.join(os.path.dirname(__file__),"_data")
|
path = os.path.join(os.path.dirname(__file__),"_data")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user