NonlinearFruit / nuUnit

Testing framework for Nushell
0 stars 0 forks source link

Fixtures #3

Closed NonlinearFruit closed 4 months ago

NonlinearFruit commented 5 months ago

Have tests share a common context

NonlinearFruit commented 5 months ago

Maybe 'context' would be piped into tests

def "test the stuff" [] {
  let context = $in
}
NonlinearFruit commented 4 months ago

before each does this. So done!