-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Better/simpler unit testing #63
Labels
refactoring
Code refactoring
Comments
YuukanOO
added a commit
that referenced
this issue
Sep 13, 2024
Big steps towards #63. Also remove the need to maintain "in memory" repositories and consolidate assertion functions.
Merged
YuukanOO
added a commit
that referenced
this issue
Sep 13, 2024
Big steps towards #63. Also remove the need to maintain "in memory" repositories and consolidate assertion functions.
YuukanOO
added a commit
that referenced
this issue
Sep 13, 2024
Big steps towards #63. Also remove the need to maintain "in memory" repositories and consolidate assertion functions.
YuukanOO
added a commit
that referenced
this issue
Sep 23, 2024
Big steps towards #63. Also remove the need to maintain "in memory" repositories and consolidate assertion functions.
YuukanOO
added a commit
that referenced
this issue
Sep 23, 2024
Also includes some tests refactoring to move towards better coverage and simpler unit tests #63.
YuukanOO
added a commit
that referenced
this issue
Oct 14, 2024
YuukanOO
added a commit
that referenced
this issue
Oct 14, 2024
YuukanOO
added a commit
that referenced
this issue
Dec 10, 2024
Also includes some tests refactoring to move towards better coverage and simpler unit tests #63.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
seelf has a solid set of unit tests but they became complicated to manage.
testutil
toassert
expected
andactual
arguments order in assert functionsfixture
packages per domain to make writing tests easier and less verboseact
on_*
with aspy.Scheduler
The text was updated successfully, but these errors were encountered: