File: test_new2.txt

package info (click to toggle)
python-bugzilla 3.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,116 kB
  • sloc: python: 6,160; makefile: 7
file content (24 lines) | stat: -rw-r--r-- 718 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{'alias': 'somealias',
 'assigned_to': 'foo@example.com',
 'blocks': ['12345', '6789'],
 'cc': ['foo@example.com', 'bar@example.com'],
 'cf_blah': {'1': 2},
 'cf_verified': ['Tested'],
 'comment_is_private': True,
 'comment_tags': ['FOO'],
 'component': 'FOOCOMP',
 'depends_on': ['dependme'],
 'description': 'This is the first comment!\nWith newline & stuff.',
 'foo': 'bar',
 'groups': ['FOOGROUP', 'BARGROUP'],
 'keywords': ['ADDKEY'],
 'op_sys': 'linux',
 'platform': 'mips',
 'priority': 'low',
 'product': 'FOOPROD',
 'qa_contact': 'qa@example.com',
 'severity': 'high',
 'sub_components': {'FOOCOMP': ['FOOCOMP']},
 'summary': 'Hey this is the title!',
 'url': 'https://some.example.com',
 'version': '5.6.7'}