Пример #1
0
 def test_updating(self, keywords):
     no_overlap_keyword('test')
Пример #2
0
 def test_new_bad_special(self):
     with pytest.raises(ValidationError):
         no_overlap_keyword('name')
Пример #3
0
 def test_stop(self):
     with pytest.raises(ValidationError):
         no_overlap_keyword('stop')
Пример #4
0
 def test_new_ok(self, keywords):
     no_overlap_keyword('new_keyword')
Пример #5
0
 def test_new_bad(self, keywords):
     with pytest.raises(ValidationError):
         no_overlap_keyword('test_keyword')
Пример #6
0
 def test_updating(self, keywords):
     no_overlap_keyword('test')
Пример #7
0
 def test_stop(self):
     with pytest.raises(ValidationError):
         no_overlap_keyword('stop')
Пример #8
0
 def test_new_bad_special(self):
     with pytest.raises(ValidationError):
         no_overlap_keyword('name')
Пример #9
0
 def test_new_bad(self, keywords):
     with pytest.raises(ValidationError):
         no_overlap_keyword('test_keyword')
Пример #10
0
 def test_new_ok(self, keywords):
     no_overlap_keyword('new_keyword')