• R/O
  • SSH

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Castle: The best Real-Time/Embedded/HighTech language EVER. Attempt 2


Commit MetaInfo

Revision997a5e9f91146dcd0e2d67490d9539de3a18cda3 (tree)
Zeit2024-08-27 01:13:16
AutorAlbert Mietus < albert AT mietus DOT nl >
CommiterAlbert Mietus < albert AT mietus DOT nl >

Log Message

Added goal 'make pytest-collect' (pytest-show), to list/show (not run) the test

Ändern Zusammenfassung

Diff

diff -r 41f1d00a1014 -r 997a5e9f9114 Mk/testing.mk
--- a/Mk/testing.mk Mon Jun 03 19:09:21 2024 +0200
+++ b/Mk/testing.mk Mon Aug 26 18:13:16 2024 +0200
@@ -11,6 +11,8 @@
1111 coverage-open: coverage
1212 open ${COVERAGE_dir}index.html
1313
14+pytest-show pytest-collect:
15+ ${PYTEST} --collect-only ${PYTEST_OPTONS} pytst
1416 pytest pytest-only: # No coverage reports
1517 ${PYTEST} ${PYTEST_OPTONS} pytst
1618 pytest-s: # -s : No capure (so, show stdout/stderr)