Skip to content

Commit eeef5bf

Browse files
committed
Add test-all task
1 parent e33bd4b commit eeef5bf

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ script-tests = 'python -m pytest tools/test_scripts.py --color=yes -n auto -v'
9999
notebook-tests = 'python -m pytest --nbmake docs/docs/tutorials/ --nbmake-timeout=1200 --color=yes -n auto -v'
100100

101101
test = { depends-on = ['unit-tests', 'functional-tests'] }
102+
test-all = { depends-on = [
103+
'unit-tests',
104+
'functional-tests',
105+
'integration-tests',
106+
'script-tests',
107+
] }
102108

103109
###########
104110
# ✔️ Checks

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ ignore = [
329329
'PLR',
330330
'PLW',
331331
'SIM117',
332+
'SLF',
332333
'TRY',
333334
'W505',
334335
]

0 commit comments

Comments
 (0)