Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make tests run standalone #42

Merged
merged 2 commits into from
Aug 22, 2024
Merged

make tests run standalone #42

merged 2 commits into from
Aug 22, 2024

Conversation

m-fila
Copy link
Collaborator

@m-fila m-fila commented Aug 22, 2024

BEGINRELEASENOTES

  • fixed tests to make them run standalone

ENDRELEASENOTES

For convenience a specific test set can be included and run in REPL without including the whole test/runtests.jl:

append!(ARGS, <list of args>)
import TestEnv
TestEnv.activate()
include("test/parsing.jl")

@m-fila m-fila changed the title - make tests run standalone make tests run standalone Aug 22, 2024
@m-fila m-fila added tests Related to testing and removed tests Related to testing labels Aug 22, 2024
@m-fila m-fila merged commit 3d40b23 into key4hep:main Aug 22, 2024
6 checks passed
@m-fila m-fila deleted the standalone branch August 22, 2024 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Related to testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant