| Test |
Duration |
Result |
| should detect Gradle Groovy when build gradle exists(Path) |
0.002s |
passed |
| should detect Gradle Groovy when settings gradle exists(Path) |
0.002s |
passed |
| should detect Gradle Kotlin when build gradle kts exists(Path) |
0.001s |
passed |
| should detect Gradle Kotlin when settings gradle kts exists(Path) |
0.002s |
passed |
| should detect Maven when pom xml exists(Path) |
0.001s |
passed |
| should detect npm when package json exists(Path) |
0.001s |
passed |
| should detect poetry when poetry lock exists(Path) |
0.001s |
passed |
| should detect poetry when pyproject toml exists(Path) |
0.001s |
passed |
| should detect requirements project when requirements txt exists(Path) |
0.001s |
passed |
| should prioritize Gradle Kotlin over Groovy if both exist(Path) |
0.001s |
passed |
| should prioritize Gradle over Maven if both exist(Path) |
0.017s |
passed |
| should throw error if no build file exists(Path) |
0.001s |
passed |
| should throw error if path is not a directory(Path) |
0.002s |
passed |