Pārlūkot izejas kodu

verify db delete command exist

Guénaël Muller 8 gadus atpakaļ
vecāks
revīzija
055d66e054
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      tracim/tests/commands/test_commands.py

+ 1 - 0
tracim/tests/commands/test_commands.py Parādīt failu

19
         assert output.find('user create') > 0
19
         assert output.find('user create') > 0
20
         assert output.find('user update') > 0
20
         assert output.find('user update') > 0
21
         assert output.find('db init') > 0
21
         assert output.find('db init') > 0
22
+        assert output.find('db delete') > 0