~jugmac00/launchpadlib:add-coverage

Last commit made on 2022-03-19
Get this branch:
git clone -b add-coverage https://git.launchpad.net/~jugmac00/launchpadlib
Only Jürgen Gmach can upload to this branch. If you are Jürgen Gmach please log in for upload directions.

Branch merges

Branch information

Name:
add-coverage
Repository:
lp:~jugmac00/launchpadlib

Recent commits

1bab9c2... by Jürgen Gmach

Create coverage report

Also, switch to the pytest test runner.

As pytest showed more warnings than the previously used test runner, one
test had to be updated to make it pass.

474a47b... by Colin Watson

Release launchpadlib 1.10.16

97a4e01... by Colin Watson

Add bug reference to NEWS.rst

9093981... by Colin Watson

Fix up formatting, aided by pre-commit/black

877876b... by Piotr Henryk Dabrowski

[bug=737473] Optionally get credentials file from an environment variable

Environment variable: LP_CREDENTIALS_FILE

5ecb0dd... by Colin Watson

Use --keep-percent-format

d5ba2fb... by Colin Watson

Apply pyupgrade

d90fe89... by Jürgen Gmach

Apply inclusive naming via the `woke` `pre-commit` hook

e4abee7... by Colin Watson

Move black options to pyproject.toml

This means that `black` will still use this project's configuration when
it is being run outside of `pre-commit` (perhaps by editor integration).

5ce0d8f... by Colin Watson

Update URL to black repository