Skip to content

Commit

Permalink
Merge pull request #8 from testing-cabal/rst
Browse files Browse the repository at this point in the history
Rename README to README.rst, for better rendering on GitHub
  • Loading branch information
jelmer authored Nov 24, 2023
2 parents 65cca2f + 444d62f commit 7e95ca5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = testscenarios
summary = Testscenarios, a pyunit extension for dependency injection
description-file = README
description-file = README.rst
author = Testing-cabal
author-email = [email protected]
home-page = https://launchpad.net/testscenarios
Expand Down
2 changes: 1 addition & 1 deletion testscenarios/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ def load_tests(standard_tests, module, loader):
standard_tests.addTests(loader.loadTestsFromNames(test_mod_names))
doctest.set_unittest_reportflags(doctest.REPORT_ONLY_FIRST_FAILURE)
standard_tests.addTest(
doctest.DocFileSuite("../../README", optionflags=doctest.ELLIPSIS))
doctest.DocFileSuite("../../README.rst", optionflags=doctest.ELLIPSIS))
return loader.suiteClass(testscenarios.generate_scenarios(standard_tests))

0 comments on commit 7e95ca5

Please sign in to comment.