Skip to content

Commit

Permalink
add a simple import test
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Feb 4, 2024
1 parent f0ab815 commit 7b2a86d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tests/test_import.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# pylint: disable=unused-import
from classes import utils
from classes.gitinterface import GitInterface
from classes.gitmodules import GitModules
from classes.version import __version__

from git_fleximod import cli
from git_fleximod import utils
from git_fleximod.gitinterface import GitInterface
from git_fleximod.gitmodules import GitModules

def test_import():
print("here")

0 comments on commit 7b2a86d

Please sign in to comment.