Documentation ¶
Overview ¶
Package testing has the source tests. All source drivers must pass the Test function. This lives in it's own package so it stays a test dependency.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Test ¶
Test runs tests against source implementations. It assumes that the driver tests has access to the following migrations:
u = up migration, d = down migration, n = version
| 1 | - | 3 | 4 | 5 | - | 7 | | u d | - | u | u d | d | - | u d |
See source/stub/stub_test.go or source/file/file_test.go for an example.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.