Skip to content

Commit

Permalink
Add setUpModule and tearDownModule to README
Browse files Browse the repository at this point in the history
These were introduced in #196.
  • Loading branch information
jparise committed May 19, 2022
1 parent 3626348 commit e5be387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ The following flake8 options are added:

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

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

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

Expand Down

0 comments on commit e5be387

Please sign in to comment.