Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional tests for the Go program - Generated by Roost GPT (from roost.ai) #18

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

harishagrawal
Copy link

roost@roostai-MacBook-Pro learning-golang % go test -v
=== RUN TestAdd_28d8c9c450
=== RUN TestAdd_28d8c9c450/positive_numbers
Add_28d8c9c450_test.go:13: Success: TestAdd_28d8c9c450 for positive numbers passed.
=== RUN TestAdd_28d8c9c450/negative_numbers
Add_28d8c9c450_test.go:22: Success: TestAdd_28d8c9c450 for negative numbers passed.
=== RUN TestAdd_28d8c9c450/zero
Add_28d8c9c450_test.go:31: Success: TestAdd_28d8c9c450 for zero passed.
=== RUN TestAdd_28d8c9c450/positive_and_negative
Add_28d8c9c450_test.go:40: Success: TestAdd_28d8c9c450 for positive and negative passed.
--- PASS: TestAdd_28d8c9c450 (0.00s)
--- PASS: TestAdd_28d8c9c450/positive_numbers (0.00s)
--- PASS: TestAdd_28d8c9c450/negative_numbers (0.00s)
--- PASS: TestAdd_28d8c9c450/zero (0.00s)
--- PASS: TestAdd_28d8c9c450/positive_and_negative (0.00s)
=== RUN TestAdd

test add ✔

1 total assertion

--- PASS: TestAdd (0.00s)
PASS
ok learning-golang 0.331s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant