• 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

Revision8b2c1703c1a59eb9ff315a83993f8e22b9c4d46e (tree)
Time2023-01-17 04:38:30
AuthorAlbert Mietus < albert AT mietus DOT nl >
CommiterAlbert Mietus < albert AT mietus DOT nl >

Log Message

stepped-down to python-3.10; as mutmut works in it (and the used python code works in 3.110 to)

Change Summary

Incremental Difference

diff -r 517c45ea7939 -r 8b2c1703c1a5 Makefile
--- a/Makefile Mon Jan 16 00:23:20 2023 +0100
+++ b/Makefile Mon Jan 16 20:38:30 2023 +0100
@@ -21,13 +21,15 @@
2121 pytest-d pytest-ds pytest-sd: # with debuging
2222 pytest ${PYTEST_OPTONS} --log-cli-level=DEBUG -s pytst/
2323
24-mutmut: # Mutation testing (takes a long run) https://en.wikipedia.org/wiki/Mutation_testing
25- @echo MUTMUT is currenly not working in python-3.11. See BUGS.rst
26-mutmut-buggy:
24+mutmut: mutmut-3.11 # Mutation testing (takes a long run) https://en.wikipedia.org/wiki/Mutation_testing
2725 -mutmut run --tests-dir pytst --paths-to-mutate castle
2826 mutmut html ; mv html mutmut-report
2927 mutmut results
3028 open mutmut-report/index.html
29+mutmut-3.11:
30+ @echo Mutmut is currenly not working in python-3.11. See BUGS.rst.
31+ @echo But it works on 3.10 -- Therefore we use the 3.10 version
32+ python --version
3133
3234
3335 current: