• R/O
  • SSH

Commit

Tags
No 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

Revisão016ab19f7ad168b85ad45eca9fb8d06265bb2aff (tree)
Hora2022-05-31 03:44:41
AutorAlbert Mietus < albert AT mietus DOT nl >
CommiterAlbert Mietus < albert AT mietus DOT nl >

Mensagem de Log

Added 'make mutmut' Mutation testing -- and fix/whitelisted some trivials

Mudança Sumário

Diff

diff -r 30b384e24ddf -r 016ab19f7ad1 Makefile
--- a/Makefile Mon May 30 20:44:08 2022 +0200
+++ b/Makefile Mon May 30 20:44:41 2022 +0200
@@ -5,7 +5,7 @@
55 missing: missing_visitor missing_serialization
66
77 PYTEST_OPTONS=-rxXsfE
8-pytest test:
8+pytest test coverage:
99 coverage run --branch -m pytest ${PYTEST_OPTONS} pytst/
1010 coverage report --skip-covered
1111 coverage html