本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
heuzef
/
diagrams
镜像来自
https://github.com/mingrammer/diagrams.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
43
Wiki
活動
瀏覽代碼
fix(tests): set lower for case sensitive system
pull/805/head
tessier
2 年之前
父節點
18a197636f
當前提交
d1669f619f
共有
1 個檔案被更改
,包括
1 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/test_c4.py
+ 1
- 1
tests/test_c4.py
查看文件
@@ -10,7 +10,7 @@ from diagrams.c4 import Person, Container, Database, System, SystemBoundary, Rel
class C4Test(unittest.TestCase):
def setUp(self):
self.name = "diagram-" + "".join([random.choice(string.hexdigits) for n in range(7)])
self.name = "diagram-" + "".join([random.choice(string.hexdigits) for n in range(7)])
.lower()
def tearDown(self):
setdiagram(None)
Write
Preview
Loading…
取消
儲存