Closed SavvyHex closed 2 weeks ago
Thank you from Opening this Pull Request, @SavvyHex ! A Maintainer will review it soon!
since the /execute-command endpoint hasn't been created yet, the test_command_execution.go file is riddled with errors
@SavvyHex Are you still working on this?
I've submitted a pull request with the tests for the execute command endpoint.
looks like tests are still failing-- could you check and revert?
The tests work for everything except the execute command endpoint, which doesn't exist yet, so...
Just add a simple endpoint in main.go
to give a 200 OK so that the tests will pass. Do not worry about the logic for the test suite
Ahhh got it, just give me some time
yeah, done
!bounty 250
Assigned 250 Bounty points to user @SavvyHex !
I've created a main_test.go file with relevant tests and moved some structs to another file (models.go) as they are frequently reused