Skip to content

Commit

Permalink
#296: add debugging instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwoer committed Aug 7, 2024
1 parent d84f757 commit bd6485e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions alphadia/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,3 +352,13 @@ def run(*args, **kwargs):

logger.error(e)
sys.exit(exit_code)


# To debug e2e tests with PyCharm:
# create a configuration with
# - module: alphadia.cli
# - script parameters: "--config /abs/path/to/tests/e2e_tests/basic/config.yaml"
# - working directory: "/abs/path/to/tests/e2e_tests"
# - uncomment the following:
# if __name__ == "__main__":
# run()

0 comments on commit bd6485e

Please sign in to comment.