Skip to content

Conversation

@anchal-physics
Copy link
Collaborator

Now to run individual tests, one can use

julia --project test/test.jl help

to see the options.

test/runtests.jl can not be called directly from outside now, it must be called through Pkg.test().
It directly uses ARGS now, so we do not need to use ArgParse anymore.

test/test.jl uses Standard julia libraries only, so it can be called from project environment directly.

ArgParse and Test have been removed from the
dependencies and the test specific dependencies
have been moved to test/Project.toml
The argument parsing is now done manually without
relying on external packages.
Now to run individual tests, one can use
```
julia --project test/test.jl help
```
to see the options.
test/runtests.jl can not be called directly from
outside now, it must be called through Pkg.test.
It directly uses ARGS now, so we do not need to
use ArgParse anymore.
test/test.jl uses Standard julia libraries only,
so it can be called from project environment
directly.
@codecov
Copy link

codecov bot commented Jun 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 41.70%. Comparing base (2859a9f) to head (56fe359).
Report is 6 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #87   +/-   ##
=======================================
  Coverage   41.70%   41.70%           
=======================================
  Files           4        4           
  Lines         633      633           
=======================================
  Hits          264      264           
  Misses        369      369           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@anchal-physics anchal-physics merged commit 132a879 into master Jun 26, 2025
5 checks passed
@eldond eldond deleted the ind_tests branch July 23, 2025 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants