Vasiliy Vasilyuk

Results 4 repositories owned by Vasiliy Vasilyuk

golden

29
Stars
4
Forks
Watchers

Package golden testing with golden files in Go. A golden file is the expected output of test, stored as a separate file rather than as a string literal inside the test code.

pointer

41
Stars
4
Forks
Watchers

Helper routines for simplifying the creation of optional fields of basic type.

VestaCP-Sync-Backups-To-Mega

19
Stars
6
Forks
Watchers

VestaCP: uploading backups to the MEGA cloud

testing-go-code-with-postgres

22
Stars
3
Forks
Watchers

The example suggests a solution to the problem of cleaning the database after running tests and the problem of running tests in parallel. It also shows how to organize integration testing of Go code w...