浏览代码

verify db delete command exist

Guénaël Muller 7 年前
父节点
当前提交
055d66e054
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tracim/tests/commands/test_commands.py

+ 1 - 0
tracim/tests/commands/test_commands.py 查看文件

@@ -19,3 +19,4 @@ class TestCommands(object):
19 19
         assert output.find('user create') > 0
20 20
         assert output.find('user update') > 0
21 21
         assert output.find('db init') > 0
22
+        assert output.find('db delete') > 0