vesln / nixt

Simple and elegant end-to-end testing for command-line apps
MIT License
310 stars 19 forks source link

`notExist` #22

Closed gvonkoss closed 5 years ago

gvonkoss commented 5 years ago

I couldn't find a contributing guide, so I've tried to imitate the general implementation as best I could.

I'm working on a command line tool that builds a folder tree conditionally, so I would like to ensure that a folder or file hasn't been created if a condition is untrue.

Based on https://github.com/vesln/nixt/issues/10#issuecomment-73494716 I've added notExist.

Nixt is a great tool, thanks for putting it together 😄

eush77 commented 5 years ago

Thank you for contribution @gvonkoss!

jonathansamines commented 5 years ago

@eush77 Was this feature ever released?