Skip to content
Snippets Groups Projects
Select Git revision
  • 429_rm_features
  • main default protected
  • release/0.12 protected
  • pages protected
  • release/0.11 protected
  • 175_gva_migration
  • i18n
  • v0.12.0 protected
  • v0.11.2 protected
  • v0.11.1 protected
  • v0.11.0 protected
  • v0.11.0rc0 protected
  • v0.10.0 protected
  • v0.10.0rc1 protected
  • v0.10.0rc0 protected
  • v0.3.0 protected
  • v0.8.1 protected
  • v0.9.0 protected
  • v0.9.0rc protected
  • v0.8.0 protected
  • v0.7.6 protected
  • v0.7.5 protected
  • v0.7.4 protected
  • v0.7.3 protected
  • v0.7.2 protected
  • v0.7.1 protected
  • v0.7.0 protected
27 results

test_end_to_end.py

  • Moul's avatar
    05a6b8aa
    [ref] #385: Refactor id command using exclusively /wot/lookup: · 05a6b8aa
    Moul authored
    Display non-member uids when passing a pubkey
    Use same algorithm as choose_identity() uses
    The uids were already in /wot/lookup/
    Remove identity_of() call which can only get member uids
    Rename `pubkey(s)` to `lookup(s)`
    When passing a uid, use /wot/lookup/ instead of
    identity_of() which only gets member uids
    Rename variable, rename command description
    Use f-string, use one click.echo() call
    Rename `id` to `lookup` command:
    Makes more sense and the `identity` cmd is about to be created
    05a6b8aa
    History
    [ref] #385: Refactor id command using exclusively /wot/lookup:
    Moul authored
    Display non-member uids when passing a pubkey
    Use same algorithm as choose_identity() uses
    The uids were already in /wot/lookup/
    Remove identity_of() call which can only get member uids
    Rename `pubkey(s)` to `lookup(s)`
    When passing a uid, use /wot/lookup/ instead of
    identity_of() which only gets member uids
    Rename variable, rename command description
    Use f-string, use one click.echo() call
    Rename `id` to `lookup` command:
    Makes more sense and the `identity` cmd is about to be created