nix-community / rnix-parser

A Nix parser written in Rust [maintainer=@oberblastmeister]
MIT License
366 stars 44 forks source link

tests: improve ergonomics #54

Closed ghost closed 3 years ago

ghost commented 3 years ago

These changes supercede #39. I manually extracted the relevant changes by @oberblastmeister in #39. This to get this in for the 0.10 milestone!

cc @oberblastmeister @aaronjanse @Ma27

Summary & Motivation

I ran this locally with env UPDATE_TESTS=1 cargo test and the tests pass. Though I'm unsure what the expected behavior is.

Backwards-incompatible changes

Further context

Ma27 commented 3 years ago

Updated the docs and applied manually, thanks!