Skip to content

Commit

Permalink
Update plone/stringinterp/tests/testDocTests.py
Browse files Browse the repository at this point in the history
Co-authored-by: Gil Forcada Codinachs <gil.gnome@gmail.com>
  • Loading branch information
jensens and gforcada committed Mar 15, 2023
1 parent 4efbdb7 commit 5a74661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plone/stringinterp/tests/testDocTests.py
Expand Up @@ -18,12 +18,12 @@ def test_suite():
[
layered(
doctest.DocFileSuite(
f,
test_file,
package="plone.stringinterp.tests",
optionflags=doctest.NORMALIZE_WHITESPACE | doctest.ELLIPSIS,
),
layer=PLONE_APP_CONTENTTYPES_INTEGRATION_TESTING,
)
for f in testfiles
for test_file in testfiles
]
)

0 comments on commit 5a74661

Please sign in to comment.