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.
25 lines
538 B
Plaintext
25 lines
538 B
Plaintext
=== RUN TestOnce
|
|
|
|
Given some integer with a starting value
|
|
When the integer is incremented
|
|
The value should be greater by one ✔
|
|
|
|
|
|
1 total assertion
|
|
|
|
--- PASS: TestOnce (0.00s)
|
|
=== RUN TestTwice
|
|
|
|
Given some integer with a starting value
|
|
When the integer is incremented
|
|
The value should be greater by one ✔
|
|
When the integer is incremented again
|
|
The value should be greater by one ✔
|
|
|
|
|
|
3 total assertions
|
|
|
|
--- PASS: TestTwice (0.00s)
|
|
PASS
|
|
ok github.com/jordanorelli/tea/examples/incr 0.002s
|