Skip to content

Commit 436edb5

Browse files
committed
Add just command helper tool to repository
1 parent cb243b1 commit 436edb5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

justfile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# configuration for for `just`
2+
3+
# run poly example test-case
4+
poly:
5+
ert gui test-data/ert/poly_example/poly.ert
6+
7+
# run snake oil test-case
8+
snake_oil:
9+
ert gui test-data/ert/snake_oil/snake_oil.ert
10+
11+
# execute rapid unittests
12+
rapid-tests:
13+
pytest -n logical tests/ert/unit_tests -m "not integration_tests"

0 commit comments

Comments
 (0)