Miki Tebeka

Results 83 comments of Miki Tebeka

Initiall, write a regression test that checks that the output of `go2xunit` on `testdata/simple.json` matches `testdata/simple.junit.xml`

Thanks for reporting. I'll have a look this weekend.

Thanks for reporting, I'll have a look this week.

Thanks. Can you provide a complete output example? When run the example you pasted I get: ``` $ cat out.txt| ./go2xunit error: no tests found ```

Thanks for reporting. Will try to work on it this week.

Thanks @tej24 . Can you give me a bit more information? Mostly I'd like to see the output of ` go test -v $PKGS`. go version will be helpful as...

Thanks @tej24, The output of `go test -v $PKGS` will be much more helpful. If you can attach it (maybe mask information) it'll be much more helpful. Currently I don't...

IMO the test output is truncated. The first line in `output.txt` that gives any indication that it's a test is `--- FAIL: TestTriggerDueRemindersWhenAllARsAreDue (0.26s)`, there should be a `RUN` before...

Thanks. Will have a look soon.

Seems like you're running with `t.Parallel`? (`CONT`/`PAUSE` was added in [go 1.10](https://golang.org/doc/go1.10#test)). Currently `t.Parallel` is "problematic", see #29