more doc, fix format str

This commit is contained in:
2024-12-22 13:26:29 +01:00
committed by T.v.Dein
parent 249c3f1cfb
commit fe3951f3c2
4 changed files with 24 additions and 5 deletions

View File

@@ -66,11 +66,11 @@ clean:
rm -rf $(tool) releases coverage.out
test:
go test -v ./...
ANYDB_PASSWORD=test go test -v ./...
singletest:
@echo "Call like this: ''make singletest TEST=TestPrepareColumns MOD=lib"
go test -run $(TEST) github.com/tlinden/anydb/$(MOD)
ANYDB_PASSWORD=test go test -run $(TEST) github.com/tlinden/anydb/$(MOD)
cover-report:
go test ./... -cover -coverprofile=coverage.out