Write Tests
Detect Project Test Environment
Package/Project Files
!ls package.json pytest.ini pyproject.toml setup.cfg tox.ini go.mod Cargo.toml *.csproj *.sln Gemfile build.gradle pom.xml mix.exs deno.json 2>/dev/null
Existing Tests
!`find . -type f ( -name ".test." -o -name ".spec." -o -name "test_" -o -name "_test." -o -name "_spec." -o -name "Test." -o -name "Spec." ) -not -path "/node_modules/" -not -path "/.git/" -not -path "/vendor/*" 2>/dev/null | he
[Description truncada. Veja o README completo no GitHub.]