julia-vscode / TestItemRunner.jl

Run Julia test items
MIT License
67 stars 11 forks source link

Doc for `testsetup` and cross-module testing #57

Open epolack opened 8 months ago

epolack commented 8 months ago

I have updated the doc regarding the @testsetup functionality.

Moreover, I have noticed that cross-module usage is possible, and can come really handy for some complicated set of tests. I have added documentation and tests regarding this as well. Was it done on purpose, and can I expect it to keep working in the future?

(Also, thanks for this piece of software; I find it extremely useful.)

codecov[bot] commented 8 months ago

Codecov Report

Merging #57 (c110489) into main (993a923) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #57   +/-   ##
=======================================
  Coverage   98.26%   98.26%           
=======================================
  Files           2        2           
  Lines         115      115           
=======================================
  Hits          113      113           
  Misses          2        2           
Flag Coverage Δ
unittests 98.26% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

kenahoo commented 4 weeks ago

Any chance this will get merged soon? I didn't know about the setup functionality, is that officially supported?

davidanthoff commented 4 weeks ago

The setup stuff is not yet fully implemented (it doesn't exist in the VS Code extension), so we should hold off merging this until the feature is actually fully there. I've started working on the VS Code side of things again, so I'm making progress on it.

kenahoo commented 4 weeks ago

Awesome, thanks for the update @davidanthoff . I'll be watching this space!