summaryrefslogtreecommitdiff
path: root/fixtures/tests
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2022-01-28 13:30:36 +0000
committerStephen Finucane <stephenfin@redhat.com>2022-01-28 16:00:20 +0000
commitfef25f4636e1c5a98addccf65e63ae315dfb2440 (patch)
treefa89026ab63483196eb59031725f1ea76b15a352 /fixtures/tests
parent2a0b36dfc4fe6f84d6a0c485614a7a309822ac7b (diff)
downloadfixtures-git-fef25f4636e1c5a98addccf65e63ae315dfb2440.tar.gz
Mark README as rST
It's valid rST and renders nicely in GitHub's UI this way. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Diffstat (limited to 'fixtures/tests')
-rw-r--r--fixtures/tests/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixtures/tests/__init__.py b/fixtures/tests/__init__.py
index 1458043..827091e 100644
--- a/fixtures/tests/__init__.py
+++ b/fixtures/tests/__init__.py
@@ -35,5 +35,5 @@ def load_tests(loader, standard_tests, pattern):
standard_tests.addTests(
loader.loadTestsFromName('fixtures.tests._fixtures'))
doctest.set_unittest_reportflags(doctest.REPORT_ONLY_FIRST_FAILURE)
- standard_tests.addTest(doctest.DocFileSuite("../../README"))
+ standard_tests.addTest(doctest.DocFileSuite("../../README.rst"))
return standard_tests