v0.3.0
ReTest v0.3.0
Closed issues:
Merged pull requests:
- "loaded modules": find also submodules (#7) (@rfourquet)
- CI: don't run redundant jobs for push & pull_request (#8) (@rfourquet)
- retest: add recursive=true option for submodules (#9) (@rfourquet)
- add ReTest.hijack_base (#10) (@rfourquet)
- allow Base and stdlibs in hijack via hijack_base (#11) (@rfourquet)
- allow "cartesian" testest-for loops, e.g.
for i=I, j=J
(#12) (@rfourquet) - allow testsets without a description (#13) (@rfourquet)
- don't eval loop variables directly in global scope, use let (#14) (@rfourquet)
- better handling of descriptions with interpolation (#15) (@rfourquet)
- fix
include
path within testsets (#16) (@rfourquet) - Improve dryrun (#17) (@rfourquet)
- hijack: add revise option (#18) (@rfourquet)
- filtering: allow multiple patterns (conjunction) (#19) (@rfourquet)
- filtering: enable disjunction of patterns (via arrays) (#20) (@rfourquet)
- add integer ID filtering (#21) (@rfourquet)
- Fix the site name (#22) (@adamslc)
- fix some RNG handling after new default RNG in Julia (#23) (@KristofferC)
- doc: add "Quick start" section (#25) (@rfourquet)