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

Conversation

ix5
Copy link
Member

@ix5 ix5 commented May 16, 2022

Checklist

  • All new and existing tests are passing
  • (If adding features:) I have added tests to cover my changes
  • (If docs changes needed:) I have updated the documentation accordingly.
  • I have added an entry to CHANGES.rst because this is a user-facing change or an important bugfix
  • I have written proper commit message(s)

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.

docs: contrib/docs: Mention live preview, auto-reubuild

[nit] docs: Use = for titles, not

docs: test-server: Clarify pytest errors, adjust code blocks

ix5 added 4 commits May 17, 2022 01:33
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 ix5 added docs Documentation of the project improvement Not a new feature, but makes Isso more pleasant to use labels May 16, 2022
@ix5 ix5 added this to the 0.13 milestone May 16, 2022
@ix5 ix5 merged commit e786aa9 into isso-comments:master May 16, 2022
@ix5 ix5 deleted the docs-testing branch May 16, 2022 23:35
@ix5 ix5 changed the title Docs testing [docs] Document server testing/pytest a little more clearly May 16, 2022
@ix5 ix5 mentioned this pull request May 25, 2022
38 tasks
ix5 added a commit that referenced this pull request Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation of the project improvement Not a new feature, but makes Isso more pleasant to use
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant