Explorar el Código

verify db delete command exist

Guénaël Muller hace 7 años
padre
commit
055d66e054
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tracim/tests/commands/test_commands.py

+ 1 - 0
tracim/tests/commands/test_commands.py Ver fichero

@@ -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