mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-14 17:51:44 +03:00
test(778): execute rm bug in testEnv (hangs)
This commit is contained in:
parent
ecfffe3902
commit
90208b5f6d
15
commands/rm_test.go
Normal file
15
commands/rm_test.go
Normal file
@ -0,0 +1,15 @@
|
||||
package commands_test
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestRm(t *testing.T) {
|
||||
testEnv, _, bugID := newTestEnvUserAndBug(t)
|
||||
|
||||
testEnv.cmd.SetArgs([]string{
|
||||
"rm",
|
||||
bugID,
|
||||
})
|
||||
|
||||
testEnv.Execute(t)
|
||||
// TODO: add assertions after #778 is diagnosed and fixed
|
||||
}
|
Loading…
Reference in New Issue
Block a user