summary refs log tree commit diff
path: root/tests/push/test_presentable_names.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
| | | | | During the migration the automated script to update the copyright headers accidentally got rid of some of the existing copyright lines. Reinstate them.
* Update license headersPatrick Cloke2023-11-211-10/+16
|
* Fix-up type hints for tests.push module. (#14816)Patrick Cloke2023-01-111-21/+23
|
* Handle missing content keys when calculating presentable names. (#9165)Patrick Cloke2021-01-251-0/+229
Treat the content as untrusted and do not assume it is of the proper form.