File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11* .pyc
2+ * .db
Original file line number Diff line number Diff line change 1- debug :
2- ./generate.py --debug --ipplan dynamic/ipplan --database ipplan.db --manifest dynamic/manifest --seatmap dynamic/seatmap.json
3-
41test :
5- python tests/TestPackages.py
6- python tests/TestParser.py
7- python tests/TestNetworks.py
8- python tests/TestFirewall.py
9- python tests/TestSeatmap.py
2+ python2.7 tests/TestPackages.py
3+ python2.7 tests/TestParser.py
4+ python2.7 tests/TestNetworks.py
5+ python2.7 tests/TestFirewall.py
6+ python2.7 tests/TestSeatmap.py
107
118coverage :
12- coverage erase
13- coverage run -p tests/TestPackages.py
14- coverage run -p tests/TestParser.py
15- coverage run -p tests/TestNetworks.py
16- coverage run -p tests/TestFirewall.py
17- coverage run -p tests/TestSeatmap.py
18- coverage run -p lib/ipcalc.py 1> /dev/null
19- coverage combine
20- coverage report -m
9+ coverage erase
10+ coverage run -p tests/TestPackages.py
11+ coverage run -p tests/TestParser.py
12+ coverage run -p tests/TestNetworks.py
13+ coverage run -p tests/TestFirewall.py
14+ coverage run -p tests/TestSeatmap.py
15+ coverage run -p lib/ipcalc.py 1> /dev/null
16+ coverage combine
17+ coverage report -m
2118
22- draw : debug
23- python viewer.py --database ipplan.db --hall D
19+ draw :
20+ python2.7 viewer.py --database ipplan.db --hall D
2421
2522lint :
26- pep8 -r .
23+ pep8 -r .
You can’t perform that action at this time.
0 commit comments