Add blacken-docs and use autodoc

This commit is contained in:
Bruno Oliveira
2022-03-10 09:33:23 -03:00
parent ad5468b6e7
commit 7f04ce35c9
4 changed files with 17 additions and 35 deletions

View File

@@ -45,6 +45,7 @@ The test distribution algorithm is configured with the ``--dist`` command-line o
def test1():
pass
class TestA:
@pytest.mark.xdist_group("group1")
def test2():