↳
In-reply-to
»
Executing all tests of the online registrations I'm building for the scouts takes now 70 seconds. Initializing a new SQLite database in RAM and creating all the tables for each test case sums up and takes its time. During development cycles I more often resort to the
โค Read More
-run
flag for go test
to specify only one area of tests to be executed. Much more fun this way to quickly go back to writing code.
@prologic@twtxt.net isnโt it evident? It surprises me you need to ask! ๐