~clinton-fung/launchpadlib:remove-indentation-parenthesis-in-url-output

Last commit made on 2023-02-20
Get this branch:
git clone -b remove-indentation-parenthesis-in-url-output https://git.launchpad.net/~clinton-fung/launchpadlib
Only Clinton Fung can upload to this branch. If you are Clinton Fung please log in for upload directions.

Branch merges

Branch information

Name:
remove-indentation-parenthesis-in-url-output
Repository:
lp:~clinton-fung/launchpadlib

Recent commits

bf031cf... by Clinton Fung

Remove indentation and parentheses when outputting URL for auth on the command-line, to make copy/paste easier and more predictable across platforms.

Succeeded
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] tests:0 (build)
12 of 2 results
e1c429f... by Colin Watson

Release launchpadlib 1.11.0

ce8cee3... by Colin Watson

Fix handling of methods with no response representation

Some methods have no response representation defined in their WADL;
these return plain data rather than an entry or a collection. Don't
attempt to wrap the result of such fake methods in a `FakeResource`.

a16d508... by Colin Watson

Allow sample data with links to other entries/collections

`FakeLaunchpad` allowed setting sample data with plain attributes of
entries, but it wasn't quite smart enough to support sample entries that
link to other entries or collections, which is often necessary when
testing `launchpadlib` clients in practice. It can handle this now.

abef23b... by Colin Watson

Support fake methods that return None

`FakeLaunchpad` is useful for writing test suites for packages that use
`launchpadlib`. When trying to do so, I noticed a problem: attempting
to register a fake method that returns None caused a crash. Real
Launchpad webservice methods may return None, so fix this.

3529d9b... by Colin Watson

Fix pytest discovery

We were mistakenly not running the tests in
`launchpadlib.testing.tests.test_launchpad`.

b1317ca... by Jürgen Gmach

Remove obsolete test discovery helpers

d813791... by Colin Watson

Add NEWS entry

Also bump minor version since this could break some users.

de8165d... by Jelmer Vernooij

Make keyring an extra.

c1ee17c... by Jürgen Gmach

Back to development 1.10.19