We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc1e4cd commit b9bd457Copy full SHA for b9bd457
tests/non-ascii-report.txt
tests/test.py
@@ -286,11 +286,6 @@ def test_not_jacoco(self):
286
self.assertEqual(res[0], '# path=tests/coverage.xml')
287
self.assertEqual(res[1], '<data>')
288
289
- def test_non_ascii(self):
290
- res = self.run_cli(file='tests/non-ascii-report.txt', **self.defaults)
291
- res = res['reports'].split('<<<<<< network\n')[1].splitlines()
292
- self.assertEqual(res[1], 'alt-japple')
293
-
294
def test_run_coverage(self):
295
self.skipTest('Not sure how to pull off atm')
296
with open(self.coverage, 'w+') as f:
0 commit comments