mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 04:20:17 +02:00
* Added block for page_title as title fragment * Add permissions auditing tool * Added tests for permissions audit tool * Added documentation for permissions tool * Add permissions tool to coverage
33 lines
492 B
INI
33 lines
492 B
INI
[run]
|
|
branch = True
|
|
source =
|
|
alliance_auth
|
|
authentication
|
|
corputils
|
|
eveonline
|
|
fleetactivitytracking
|
|
fleetup
|
|
groupmanagement
|
|
hrapplications
|
|
notifications
|
|
optimer
|
|
permissions_tool
|
|
services
|
|
srp
|
|
timerboard
|
|
|
|
omit =
|
|
*/migrations/*
|
|
*/example/*
|
|
|
|
[report]
|
|
exclude_lines =
|
|
if self.debug:
|
|
pragma: no cover
|
|
raise NotImplementedError
|
|
if __name__ == .__main__.:
|
|
def __repr__
|
|
raise AssertionError
|
|
|
|
ignore_errors = True
|