Browse Source

publish muk_utils - 11.0

pull/6/head
MuK IT GmbH 6 years ago
parent
commit
96991aff09
  1. 4
      muk_utils/tests/test_parse_rst.py

4
muk_utils/tests/test_parse_rst.py

@ -19,6 +19,7 @@
import os
import logging
import unittest
from odoo.tests import common
@ -38,6 +39,7 @@ class ParseReStructuredTextTestCase(common.HttpCase):
def test_rst2html(self):
self.assertTrue(parse_rst.rst2html("Test"))
@unittest.skipIf(os.environ.get('TRAVIS', False), "Skipped for Travis CI")
def test_slugify(self):
self.assertTrue(helper.slugify("Test"))
Loading…
Cancel
Save