-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Don't comment out tests #361
Labels
Comments
IndrajeetPatil
added
Core Packages 📦
Discussion and planning about core packages of easystats
Code Style 👩💻
labels
Mar 27, 2023
If you want to check for commented out tests in your package, one option is to run the following: lintr::lint_dir("tests", linters = lintr::commented_code_linter()) |
effectsize has only one such test of functions that have been moved to parameters! 🏆🏆🏆 |
IndrajeetPatil
added a commit
to easystats/effectsize
that referenced
this issue
Mar 28, 2023
mattansb
pushed a commit
to easystats/effectsize
that referenced
this issue
Mar 28, 2023
strengejacke
added a commit
to easystats/report
that referenced
this issue
Mar 28, 2023
* Uncomment `report_sample()` tests easystats/easystats#361 * fix: select can be NULL * proper weighted MAD * forgot . --------- Co-authored-by: Daniel <mail@danielluedecke.de>
bump |
IndrajeetPatil
added a commit
to easystats/bayestestR
that referenced
this issue
Sep 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
There is nothing that makes other developers lose faith in our software than discovering that the commented out tests, since it's basically a mechanism to sweep known bugs under the rug.
Unfortunately, we are doing this a lot in some repos, and we need to undo this.
There are a few alternatives to commenting out tests:
M1mac
).TODO
,FIXME
, etc. marker to remind us to fix them.You can check the list below when there are no more commented out tests, which might already be the case for a few repos.
Progress tracker
The text was updated successfully, but these errors were encountered: