-
Notifications
You must be signed in to change notification settings - Fork 50
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
Create a unit testing framework #241
Comments
General descriptionThe testing rig proposed is based on a number of components:
|
I think you could replace |
I have played around enough with |
@timvink I am studying the solution you adopted, as well as pytest. I would have question: what is the advantage of creating a separate test directory for each build, compared to using the regualr |
Instead of pytest --pdb to drop into the debugger, I can use mkdocs serve -f path_to_yaml together with a breakpoint() anyehere in the code to drop into the debugger there. |
The follow-up will be done on #244. Closing this, with the label "keep in mind". |
It would be useful to have a unit testing framework, in particular for non-regression-testing.
With PR #239, @timvink proposes a pattern already used on mkdocstrings.
For a detailed discussion see #237 about hooks, particularly:
Originally posted by @timvink in #237 (comment)
The text was updated successfully, but these errors were encountered: