Skip to content

Commit 598a51e

Browse files
committed
Retested, colour errors fixed.
1 parent 0e125af commit 598a51e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

gitnet/gitnet_tests/coverage_report.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ C:\Users\User\Desktop\gitnet\gitnet\__init__.py 6 0 100%
44
C:\Users\User\Desktop\gitnet\gitnet\commit_log.py 113 3 97% 107-108, 163
55
C:\Users\User\Desktop\gitnet\gitnet\exceptions.py 14 0 100%
66
C:\Users\User\Desktop\gitnet\gitnet\get_log.py 103 14 86% 62, 111-118, 158, 160, 208-214, 242
7-
test_commit_log.py 259 21 92% 257-312
7+
test_commit_log.py 259 0 100%
88
test_get.py 91 1 99% 48
99
test_helpers.py 201 0 100%
10-
test_log.py 678 10 99% 1081-1122
11-
test_netgen.py 111 1 99% 210
10+
test_log.py 678 0 100%
11+
test_netgen.py 111 0 100%
1212
test_network.py 524 0 100%
1313
C:\Users\User\Desktop\gitnet\gitnet\helpers.py 132 2 98% 55, 385
14-
C:\Users\User\Desktop\gitnet\gitnet\log.py 371 13 96% 199, 247-249, 251, 444, 484, 691, 708, 803, 805, 807, 809
14+
C:\Users\User\Desktop\gitnet\gitnet\log.py 381 30 92% 199, 247-249, 251, 444, 484, 691, 708, 800-821
1515
C:\Users\User\Desktop\gitnet\gitnet\multigraph.py 201 2 99% 151, 254
1616
---------------------------------------------------------------------------------
17-
TOTAL 2804 67 98%
17+
TOTAL 2814 52 98%
1818

1919
## 9 lines will not be run with our tests:
2020
- log.py line 188,189,190,192

gitnet/gitnet_tests/test_log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ def tearDown(self):
12611261

12621262
# Delete our temporary written edges file
12631263
if self.made_edges:
1264-
sub.call(['rm', 'temp_edges.txt'])
1264+
sub.call(['rm', '-rf', 'temp_edges.txt'])
12651265

12661266

12671267
class WriteNodesTests(unittest.TestCase):

0 commit comments

Comments
 (0)