Remove doctest

This commit is contained in:
Sergi Almacellas Abellana 2020-06-04 17:13:10 +02:00
parent f5eb133ad5
commit a0febb716e
2 changed files with 0 additions and 17 deletions

View File

@ -1,12 +0,0 @@
=============================
Web Shop Woocommerce Scenario
=============================
Imports::
>>> from proteus import Model, Wizard
>>> from trytond.tests.tools import activate_modules
Install web_shop_woocommerce::
>>> config = activate_modules('web_shop_woocommerce')

View File

@ -15,9 +15,4 @@ def suite():
suite = test_suite()
suite.addTests(unittest.TestLoader().loadTestsFromTestCase(
WebShopWoocommerceTestCase))
suite.addTests(doctest.DocFileSuite(
'scenario_web_shop_woocommerce.rst',
tearDown=doctest_teardown, encoding='utf-8',
checker=doctest_checker,
optionflags=doctest.REPORT_ONLY_FIRST_FAILURE))
return suite