Skip to content

Commit

Permalink
Add just command helper tool to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Nov 12, 2024
1 parent b5d3671 commit 5b96e8a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# configuration for for `just`

# run poly example test-case
poly:
ert gui test-data/ert/poly_example/poly.ert

# run snake oil test-case
snake_oil:
ert gui test-data/ert/snake_oil/snake_oil.ert

# execute rapid unittests
rapid-tests:
pytest -n logical tests/ert/unit_tests -m "not integration_tests"

0 comments on commit 5b96e8a

Please sign in to comment.