forked from github/pelican
Apply code style to project via: ruff format .
This commit is contained in:
parent
8ea27b82f6
commit
cabdb26cee
41 changed files with 6505 additions and 5163 deletions
|
|
@ -4,7 +4,6 @@ from pelican.tests.support import unittest
|
|||
|
||||
|
||||
class TestSuiteTest(unittest.TestCase):
|
||||
|
||||
def test_error_on_warning(self):
|
||||
with self.assertRaises(UserWarning):
|
||||
warnings.warn('test warning')
|
||||
warnings.warn("test warning")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue