Skip to content

Commit e5be387

Browse files
committed
Add setUpModule and tearDownModule to README
These were introduced in #196.
1 parent 3626348 commit e5be387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The following flake8 options are added:
9090

9191
Currently, this option can only be used for N802, N803, N804, N805, N806, N815, and N816 errors.
9292

93-
Default: ``setUp,tearDown,setUpClass,tearDownClass,asyncSetUp,asyncTearDown,setUpTestData,failureException,longMessage,maxDiff``.
93+
Default: ``setUp,tearDown,setUpClass,tearDownClass,setUpModule,tearDownModule,asyncSetUp,asyncTearDown,setUpTestData,failureException,longMessage,maxDiff``.
9494

9595
--classmethod-decorators List of method decorators pep8-naming plugin should consider class method.
9696

0 commit comments

Comments
 (0)