-
The latest commit 05a700f866e31f12b2d3144ecc437f77d4af531a breaks test discovery in python for me. Everything works fine with the commit before that. I'll test a bit if it affects all tests or just sp…
tbung updated
2 years ago
-
I am writing adapter to `dart` tests and have an issue with test names - there could be valid names with variation of single/double/triple quates:
Is it possible to transform namespace/test nam…
-
I feel we're reaching the limit of the RSpec JSON formatter. It's becoming harder and harder to connect the output from Treesitter with RSpec. I've started to look into a custom RSpec reporter to begi…
-
Hi @rcarriga,
Great work on this plugin 🚀, really excited to see how it evolves.
I've been trying to get it working with `go` and have been having some trouble, having read the explanation in th…
-
My test output has two things: the result of the test, and a stdout message about code coverage.
For some reason, only the code coverage stdout message is making it into the output file I seen in t…
-
```ruby
RSpec.describe Array do
describe "when first created" do
it { should be_empty }
end
end
```
https://relishapp.com/rspec/rspec-core/docs/subject/one-liner-syntax
I'm happy to …
-
Hi Experts!
I'm using neo4j DB to perform integration test inside my application. Recently I upgraded scala from 2.11.8 to 2.12.1 and it has stopped working.
`build.sbt`
```
name := "testn…