ruff/test
Package main provides test suites for the Ruff Dagger module.
Installation
dagger install github.com/softwaredevelop/daggerverse/ruff/test@161a87b2160811ed148007ec0b7cbfe7b0cb7844Types
Rufftest 🔗
Rufftest provides test functions for the Ruff module.
all() 🔗
All runs all tests concurrently.
Return Type
Void ! Example
Function Rufftest.all is not accessible from the ruff/test moduleFunction Rufftest.all is not accessible from the ruff/test moduleFunction Rufftest.all is not accessible from the ruff/test moduleFunction Rufftest.all is not accessible from the ruff/test modulecheck() 🔗
Check tests that ruff check properly fails on invalid Python files.
Return Type
Void ! Example
Function Rufftest.check is not accessible from the ruff/test moduleFunction Rufftest.check is not accessible from the ruff/test moduleFunction Rufftest.check is not accessible from the ruff/test moduleFunction Rufftest.check is not accessible from the ruff/test modulecheckWithConfig() 🔗
CheckWithConfig tests the backwards-compatible CheckWithConfig wrapper function.
Return Type
Void ! Example
Function Rufftest.checkWithConfig is not accessible from the ruff/test moduleFunction Rufftest.checkWithConfig is not accessible from the ruff/test moduleFunction Rufftest.checkWithConfig is not accessible from the ruff/test moduleFunction Rufftest.checkWithConfig is not accessible from the ruff/test modulecheckWithOptionalConfig() 🔗
CheckWithOptionalConfig tests calling Check with the new optional config argument.
Return Type
Void ! Example
Function Rufftest.checkWithOptionalConfig is not accessible from the ruff/test moduleFunction Rufftest.checkWithOptionalConfig is not accessible from the ruff/test moduleFunction Rufftest.checkWithOptionalConfig is not accessible from the ruff/test moduleFunction Rufftest.checkWithOptionalConfig is not accessible from the ruff/test moduleformatCheck() 🔗
FormatCheck tests that ruff format –check detects unformatted code in testdata.
Return Type
Void ! Example
Function Rufftest.formatCheck is not accessible from the ruff/test moduleFunction Rufftest.formatCheck is not accessible from the ruff/test moduleFunction Rufftest.formatCheck is not accessible from the ruff/test moduleFunction Rufftest.formatCheck is not accessible from the ruff/test module