changeset 4606283e6e37 in proteus:default
details: https://hg.tryton.org/proteus?cmd=changeset;node=4606283e6e37
description:
        Use README.rst filename to launch doctest

        issue9808
        review306931002
diffstat:

 proteus/tests/__init__.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 0045895eae4e -r 4606283e6e37 proteus/tests/__init__.py
--- a/proteus/tests/__init__.py Sun Nov 15 18:50:47 2020 +0100
+++ b/proteus/tests/__init__.py Sun Nov 15 19:16:42 2020 +0100
@@ -14,7 +14,7 @@
     doctest_setup, doctest_teardown)
 
 here = os.path.dirname(__file__)
-readme = os.path.normpath(os.path.join(here, '..', '..', 'README'))
+readme = os.path.normpath(os.path.join(here, '..', '..', 'README.rst'))
 
 
 def test_suite():

Reply via email to