소스 검색

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