=== RUN   TestExampleTestSuite
=== RUN   TestA
--- PASS: TestA (0.00s)
=== RUN   TestB
--- PASS: TestB (0.00s)
=== RUN   TestC
--- PASS: TestC (0.00s)
=== RUN   TestD
--- PASS: TestD (0.00s)
=== RUN   TestF
--- FAIL: TestF (0.00s)
        config_test.go:12: Failed to parse Python.PexTool correctly.
	config_test.go:21: Failed to parse Java.TargetLevel correctly.
=== RUN   TestS
--- SKIP: TestS (0.00s)
	interactive_display_test.go:21: haven't written proper support for this yet
--- PASS: TestExampleTestSuite (1.21s)
PASS
coverage: 22.9% of statements
