Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the tests to run even from an installation. #35

Merged
merged 5 commits into from
Jun 29, 2024

Commits on Jun 29, 2024

  1. Allow the tests to run even from an installation.

    Currently if you run `pytest --pyargs automan` outside the source
    directory it will fail since once of the tests assumes that it is being
    run from the automan source directory. This is now skipped if there is
    no setup.py in the current directory.
    prabhuramachandran committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    6b6d028 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b584729 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87d08d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47f41ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    568bf7f View commit details
    Browse the repository at this point in the history