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

[docs] Document server testing/pytest a little more clearly #876

Merged
merged 4 commits into from
May 16, 2022

Commits on May 16, 2022

  1. Makefile: Set PYTHONPATH=. for tests, restrict dirs

    Using `PYTHONPATH` ensures that pytest will always
    prioritize the local dir, not an installed module.
    
    Restricting test dirs to `isso/tests/` should mean faster
    execution time.
    ix5 committed May 16, 2022
    Configuration menu
    Copy the full SHA
    6f5babc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de20c4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd78293 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c181fc2 View commit details
    Browse the repository at this point in the history