File: mock_icon_sizes.py

package info (click to toggle)
rpmlint 2.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,308 kB
  • sloc: python: 20,622; ansic: 2,511; xml: 1,272; makefile: 17; sh: 4
file content (10 lines) | stat: -rw-r--r-- 243 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
from Testing import get_tested_mock_package


WrongIconSizePackage = get_tested_mock_package(
    files={
        '/usr/share/tasque/icons/hicolor/16x16/status/tasque-note.png': {
            'metadata': {'magic': '22 x 22'}
        }
    }
)