We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c620cd3 commit a25263fCopy full SHA for a25263f
tests/test_main.py
@@ -1,6 +1,6 @@
1
import sys
2
from index_generator.__main__ import main
3
-from index_generator import *
+from index_generator import APP_NAME, APP_VERSION, APP_URL
4
5
6
def test_app_version(capfd):
0 commit comments