• R/O
  • SSH

提交

标签
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

修订版45165bb6417db8428fe87e9ca6091fd02b52b92c (tree)
时间2023-09-26 02:40:48
作者Albert Mietus < albert AT mietus DOT nl >
CommiterAlbert Mietus < albert AT mietus DOT nl >

Log Message

Added test & pragma for coverage

更改概述

差异

diff -r 4e1fddaa8266 -r 45165bb6417d pytst/writers/RPy/test_0_templating.py
--- a/pytst/writers/RPy/test_0_templating.py Mon Sep 25 18:05:17 2023 +0200
+++ b/pytst/writers/RPy/test_0_templating.py Mon Sep 25 19:40:48 2023 +0200
@@ -66,3 +66,6 @@
6666 assert False, "Handled by jinja" # pragma: no cover
6767 except jinja2.TemplateNotFound:
6868 pass
69+
70+def test_verion():
71+ assert RPy._version == "VERY_DRAFT"