1
0
Fork 0
bocadillo/tests/doc.go

7 lines
362 B
Go
Raw Permalink Normal View History

2018-11-08 19:48:27 +00:00
// Package tests contains integration tests. Test suite maintains two
// connections to the database: one for a client that operates tables and
// inserts new records into them, and another that reads binary log and looks
// for entries created by the test. Value received by the client and the value
// read from the binary log are then compared.
package tests