We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b849d81 commit 0e16d32Copy full SHA for 0e16d32
1 file changed
tests/unit/test_app.py
@@ -1,7 +1,9 @@
1
def test_import_app():
2
from app.main import main
3
- print('app imported')
+
4
+ print("app imported")
5
main()
6
-if __name__ == '__main__':
7
- test_import_app()
8
+if __name__ == "__main__":
9
+ test_import_app()
0 commit comments