• 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

Revision1a7a253aa4a168d99e7c7c34583c0db5f4f590a7 (tree)
Time2023-01-29 19:44:18
AuthorAlbert Mietus < albert AT mietus DOT nl >
CommiterAlbert Mietus < albert AT mietus DOT nl >

Log Message

asis

Change Summary

Incremental Difference

diff -r f548d776f4a1 -r 1a7a253aa4a1 Makefile
--- a/Makefile Sun Jan 29 11:35:29 2023 +0100
+++ b/Makefile Sun Jan 29 11:44:18 2023 +0100
@@ -39,17 +39,19 @@
3939 open ${MUTMUT_dir}index.html
4040
4141 mutmut-3.11:
42- @echo Mutmut is currenly not working in python-3.11. See BUGS.rst.
42+ @echo Mutmut is currenly not working in python-3.11. See BUGS.rst.
4343 @echo But it works on 3.10 -- Therefore we use the 3.10 version
4444 python --version
4545
4646 open: coverage-open mutmut-open
4747 remake: veryclean coverage mutmut open
48-current: current-only current-todo
48+
49+current:
50+ PYTHONPATH=`pwd` pytest ${PYTEST_OPTONS} ${CURRENT_TESTS} ${TODO_TESTS}
4951 current-only:
5052 PYTHONPATH=`pwd` pytest ${PYTEST_OPTONS} ${CURRENT_TESTS}
5153 current-todo:
52- PYTHONPATH=`pwd` pytest ${PYTEST_OPTONS} ${TODO_TESTS}
54+ PYTHONPATH=`pwd` pytest ${PYTEST_OPTONS}
5355 current-ds current-sd:
5456 PYTHONPATH=`pwd` pytest ${PYTEST_OPTONS} --log-cli-level=DEBUG -s ${CURRENT_TESTS}
5557