Run pre-commit: black, whitespaces, rst
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
.. note::
|
||||
|
||||
Since 1.19.0, the actual implementation of the ``--boxed`` option has been moved to a
|
||||
separate plugin, `pytest-forked <https://github.com/pytest-dev/pytest-forked>`_
|
||||
which can be installed independently. The ``--boxed`` command-line options remains
|
||||
Since 1.19.0, the actual implementation of the ``--boxed`` option has been moved to a
|
||||
separate plugin, `pytest-forked <https://github.com/pytest-dev/pytest-forked>`_
|
||||
which can be installed independently. The ``--boxed`` command-line options remains
|
||||
for backward compatibility reasons.
|
||||
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@ from unittest import TestCase
|
||||
|
||||
|
||||
class Delta1(TestCase):
|
||||
|
||||
def test_delta0(self):
|
||||
sleep(5)
|
||||
assert True
|
||||
@@ -46,7 +45,6 @@ class Delta1(TestCase):
|
||||
|
||||
|
||||
class Delta2(TestCase):
|
||||
|
||||
def test_delta0(self):
|
||||
sleep(5)
|
||||
assert True
|
||||
|
||||
Reference in New Issue
Block a user