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 5c746ff commit 5420eadCopy full SHA for 5420ead
tests/test_main.py
@@ -15,8 +15,6 @@
15
# This approach is used to allow importing main.py, which is located in the project's root directory,
16
# when such tests rely on running the application entry point.
17
# Note: main.py defines a main() function and runs it if executed directly by the user.
18
-# Modifying sys.path is less ideal because it involves changing the import path at runtime, which can lead to
19
-# maintenance issues or conflicts with the module namespace.
20
21
# # Uncomment the line below to update sys.path, adding the project root directory.
22
# import sys
0 commit comments