Skip to content

Commit a25263f

Browse files
update test_main
1 parent c620cd3 commit a25263f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys
22
from index_generator.__main__ import main
3-
from index_generator import *
3+
from index_generator import APP_NAME, APP_VERSION, APP_URL
44

55

66
def test_app_version(capfd):

0 commit comments

Comments
 (0)