You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
2.9 KiB
Plaintext
50 lines
2.9 KiB
Plaintext
=== RUN TestOnce
|
|
=== RUN TestOnce/testInt
|
|
TestOnce/testInt: tea_test.go:20: saving to future tests X = 1
|
|
=== RUN TestOnce/testInt/testIncr
|
|
TestOnce/testInt/testIncr: tea_test.go:20: saving to future tests X = 1
|
|
TestOnce/testInt/testIncr: tea_test.go:34: loaded from parent tests X = 1
|
|
TestOnce/testInt/testIncr: tea_test.go:39: saving to future tests X = 2
|
|
--- PASS: TestOnce (0.00s)
|
|
--- PASS: TestOnce/testInt (0.00s)
|
|
--- PASS: TestOnce/testInt/testIncr (0.00s)
|
|
=== RUN TestTwice
|
|
=== RUN TestTwice/testInt
|
|
TestTwice/testInt: tea_test.go:20: saving to future tests X = 1
|
|
=== RUN TestTwice/testInt/testIncr
|
|
TestTwice/testInt/testIncr: tea_test.go:20: saving to future tests X = 1
|
|
TestTwice/testInt/testIncr: tea_test.go:34: loaded from parent tests X = 1
|
|
TestTwice/testInt/testIncr: tea_test.go:39: saving to future tests X = 2
|
|
=== RUN TestTwice/testInt/testIncr#01
|
|
TestTwice/testInt/testIncr#01: tea_test.go:20: saving to future tests X = 1
|
|
TestTwice/testInt/testIncr#01: tea_test.go:34: loaded from parent tests X = 1
|
|
TestTwice/testInt/testIncr#01: tea_test.go:39: saving to future tests X = 2
|
|
--- PASS: TestTwice (0.00s)
|
|
--- PASS: TestTwice/testInt (0.00s)
|
|
--- PASS: TestTwice/testInt/testIncr (0.00s)
|
|
--- PASS: TestTwice/testInt/testIncr#01 (0.00s)
|
|
=== RUN TestTwiceSeries
|
|
=== RUN TestTwiceSeries/testInt
|
|
TestTwiceSeries/testInt: tea_test.go:20: saving to future tests X = 1
|
|
=== RUN TestTwiceSeries/testInt/testIncr
|
|
TestTwiceSeries/testInt/testIncr: tea_test.go:20: saving to future tests X = 1
|
|
TestTwiceSeries/testInt/testIncr: tea_test.go:34: loaded from parent tests X = 1
|
|
TestTwiceSeries/testInt/testIncr: tea_test.go:39: saving to future tests X = 2
|
|
=== RUN TestTwiceSeries/testInt/testIncr/testIncr
|
|
TestTwiceSeries/testInt/testIncr/testIncr: tea_test.go:20: saving to future tests X = 1
|
|
TestTwiceSeries/testInt/testIncr/testIncr: tea_test.go:34: loaded from parent tests X = 1
|
|
TestTwiceSeries/testInt/testIncr/testIncr: tea_test.go:39: saving to future tests X = 2
|
|
TestTwiceSeries/testInt/testIncr/testIncr: tea_test.go:34: loaded from parent tests X = 2
|
|
TestTwiceSeries/testInt/testIncr/testIncr: tea_test.go:39: saving to future tests X = 3
|
|
=== RUN TestTwiceSeries/testInt/testIncr#01
|
|
TestTwiceSeries/testInt/testIncr#01: tea_test.go:20: saving to future tests X = 1
|
|
TestTwiceSeries/testInt/testIncr#01: tea_test.go:34: loaded from parent tests X = 1
|
|
TestTwiceSeries/testInt/testIncr#01: tea_test.go:39: saving to future tests X = 2
|
|
--- PASS: TestTwiceSeries (0.00s)
|
|
--- PASS: TestTwiceSeries/testInt (0.00s)
|
|
--- PASS: TestTwiceSeries/testInt/testIncr (0.00s)
|
|
--- PASS: TestTwiceSeries/testInt/testIncr/testIncr (0.00s)
|
|
--- PASS: TestTwiceSeries/testInt/testIncr#01 (0.00s)
|
|
PASS
|
|
ok github.com/jordanorelli/tea/examples/incr 0.002s
|