Skip to content

Commit 653b758

Browse files
committed
Update format
1 parent cfa160f commit 653b758

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

test.py

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# coding: utf-8
22
import json
33
import msrc
4-
sample = json.load(open('sample.json'))
5-
cvrf = msrc.CVRF(sample)
6-
cvrf.products
7-
cvrf.vulnerabilites
4+
import msrc
5+
6+
def test_msrc_cve():
7+
sample = json.load(open('sample.json'))
8+
cvrf = msrc.CVRF(sample)
9+
cvrf.products
10+
cvrf.vulnerabilites

0 commit comments

Comments
 (0)