summaryrefslogtreecommitdiffhomepage
path: root/test/unit/check/go.py (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2021-05-25Go: fixing tests for Go 1.16.Max Romanov1-0/+1
In Go 1.16, the module-aware mode is enabled by default; to fall back to previous behavior, the GO111MODULE environment variable should be set to 'auto'. Details: https://golang.org/doc/go1.16
2020-11-16Tests: fixing tests interrupt in terminal.Max Romanov1-0/+3
KeyboardInterrupt re-raised.
2020-10-01Tests: minor fixes.Andrei Zeliankou1-0/+29
Fixed temporary dir removing. Fixed printing path to log. Module checks moved to the separate file.