google / hrepl

Interactive development for Bazel/Haskell rules
Apache License 2.0
47 stars 10 forks source link

Break each `QueryTest` assert into its own test case #22

Closed agrue closed 3 years ago

agrue commented 3 years ago

Ran into this when doing other work. Right now the output is compact but it's hard to tell the extent of a test breakage because you only see the first failure. Each of these asserts makes sense as its own independent test case.

blackgnezdo commented 3 years ago

I observe we don't have a CI set up.

agrue commented 3 years ago

I see that. I hope you will trust me when I say that I ran the tests many times before creating the PR. 🙂