Add unit testing to github actions#239
Closed
timvink wants to merge 1 commit intofralau:masterfrom
Closed
Conversation
fralau
reviewed
Sep 15, 2024
Owner
fralau
left a comment
There was a problem hiding this comment.
What is the difference between conftest.pyand test_builds.py ?
Contributor
Author
But didn't use it in this PR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This should get you started with unit testing. You can even schedule these to run every week (see https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/blob/master/.github/workflows/scheduled_unittests.yml) so you are aware of anything breaking due to downstream updates