Tags: schrodinger/infra-tester
Tags
Add `go install` compatibility (#23) Move away from depending on Go's test mechanism to compile binaries and instead use regular package namespace and file names so that it can be compiled using go build Restructure source directory to make the package installable using go install Update package name from schrodinger.com/infra-tester to github.com/schrodinger/infra-tester Update go dependency versions Update docs Closes #21 and #22
Renamed infra-tester config file (#20) Use a hidden file is less confusing as it doesn't clutter the source directories. Tools like pre-commit and other test tools follow the same approach. Also use the name "infra-tester" in the file name which clearly connects the configuration to the tool.