You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue involves creating the test cases for playground-mono repo:
Source: internal/tests/integration/commands/
pfadd_test.go
pfcount_test.go
pfmerge_test.go
Steps:
Create the corresponding tests for these commands in internal/tests/integration/commands/
We can use this file from dice repo for reference.
Run the tests and fix issues with command parsing in server.
If you need to do anything custom feel free to comment on this issue for more details.
NOTE: Please consider that for the integration tests we should ideally have a dice server spin up via Docker container in Go and then write integration tests. We can use Go Libraries like testcontainers-go for this.
The text was updated successfully, but these errors were encountered:
This issue involves creating the test cases for
playground-mono
repo:Source:
internal/tests/integration/commands/
pfadd_test.go
pfcount_test.go
pfmerge_test.go
Steps:
internal/tests/integration/commands/
dice
repo for reference.If you need to do anything custom feel free to comment on this issue for more details.
NOTE: Please consider that for the integration tests we should ideally have a dice server spin up via Docker container in Go and then write integration tests. We can use Go Libraries like testcontainers-go for this.
The text was updated successfully, but these errors were encountered: