From b14e7f44f4107c310a98cf75dc229041549049d4 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 22 Feb 2023 18:51:07 -0500 Subject: docs: latest sample html report --- .../d_7b071bdc2a35fa80___init___py.html | 18 +- .../d_7b071bdc2a35fa80___main___py.html | 20 +- .../d_7b071bdc2a35fa80_backward_py.html | 141 - doc/sample_html/d_7b071bdc2a35fa80_cogapp_py.html | 1655 +++---- .../d_7b071bdc2a35fa80_makefiles_py.html | 94 +- .../d_7b071bdc2a35fa80_test_cogapp_py.html | 5012 ++++++++++---------- .../d_7b071bdc2a35fa80_test_makefiles_py.html | 251 +- .../d_7b071bdc2a35fa80_test_whiteutils_py.html | 206 +- .../d_7b071bdc2a35fa80_whiteutils_py.html | 150 +- doc/sample_html/index.html | 67 +- doc/sample_html/status.json | 2 +- 11 files changed, 3717 insertions(+), 3899 deletions(-) delete mode 100644 doc/sample_html/d_7b071bdc2a35fa80_backward_py.html diff --git a/doc/sample_html/d_7b071bdc2a35fa80___init___py.html b/doc/sample_html/d_7b071bdc2a35fa80___init___py.html index 7d2c3e89..12525172 100644 --- a/doc/sample_html/d_7b071bdc2a35fa80___init___py.html +++ b/doc/sample_html/d_7b071bdc2a35fa80___init___py.html @@ -55,8 +55,8 @@

- 2 statements   - + 1 statements   + @@ -66,8 +66,8 @@ ^ index     » next       - coverage.py v7.1.0, - created at 2023-01-24 19:37 -0500 + coverage.py v7.2.0, + created at 2023-02-22 18:50 -0500

-

- « prev     - ^ index     - » next -       - coverage.py v7.1.0, - created at 2023-01-24 19:37 -0500 -

- - - -
-

1"""Compatibility between Py2 and Py3.""" 

-

2 

-

3import sys 

-

4import unittest 

-

5 

-

6PY3 = sys.version_info[0] == 3 

-

7 

-

8if PY3: 8 ↛ 14line 8 didn't jump to line 14, because the condition on line 8 was never false

-

9 string_types = (str,bytes) 

-

10 bytes_types = (bytes,) 

-

11 def to_bytes(s): 

-

12 return s.encode('utf8') 

-

13else: 

-

14 string_types = (basestring,) 

-

15 bytes_types = (str,) 

-

16 def to_bytes(s): 

-

17 return s 

-

18 

-

19# Pythons 2 and 3 differ on where to get StringIO 

-

20try: 

-

21 from cStringIO import StringIO 

-

22except ImportError: 

-

23 from io import StringIO 

-

24 

-

25 

-

26def unittest_has(method): 

-

27 """Does `unittest.TestCase` have `method` defined?""" 

-

28 return hasattr(unittest.TestCase, method) 

-

29 

-

30 

-

31class TestCase(unittest.TestCase): 

-

32 """Just like unittest.TestCase, but with assert methods added. 

-

33 

-

34 Designed to be compatible with 3.1 unittest. Methods are only defined if 

-

35 `unittest` doesn't have them. 

-

36 

-

37 """ 

-

38 # pylint: disable=missing-docstring 

-

39 

-

40 if not unittest_has('assertRaisesRegex'): 40 ↛ 41line 40 didn't jump to line 41, because the condition on line 40 was never true

-

41 def assertRaisesRegex(self, *args, **kwargs): 

-

42 return self.assertRaisesRegexp(*args, **kwargs) 

-
- - - diff --git a/doc/sample_html/d_7b071bdc2a35fa80_cogapp_py.html b/doc/sample_html/d_7b071bdc2a35fa80_cogapp_py.html index 428edad9..bc4874ad 100644 --- a/doc/sample_html/d_7b071bdc2a35fa80_cogapp_py.html +++ b/doc/sample_html/d_7b071bdc2a35fa80_cogapp_py.html @@ -2,7 +2,7 @@ - Coverage for cogapp/cogapp.py: 48.48% + Coverage for cogapp/cogapp.py: 49.01% @@ -12,7 +12,7 @@

Coverage for cogapp/cogapp.py: - 48.48% + 49.01%

- 510 statements   - - + 500 statements   + +

- « prev     + « prev     ^ index     » next       - coverage.py v7.1.0, - created at 2023-01-24 19:37 -0500 + coverage.py v7.2.0, + created at 2023-02-22 18:50 -0500

- 27 statements   - - + 22 statements   + +

@@ -66,8 +66,8 @@ ^ index     » next       - coverage.py v7.1.0, - created at 2023-01-24 19:37 -0500 + coverage.py v7.2.0, + created at 2023-02-22 18:50 -0500

- 849 statements   + 845 statements   - +

@@ -66,8 +66,8 @@ ^ index     » next       - coverage.py v7.1.0, - created at 2023-01-24 19:37 -0500 + coverage.py v7.2.0, + created at 2023-02-22 18:50 -0500

- 71 statements   - + 70 statements   + @@ -66,8 +66,8 @@ ^ index     » next       - coverage.py v7.1.0, - created at 2023-01-24 19:37 -0500 + coverage.py v7.2.0, + created at 2023-02-22 18:50 -0500

- 69 statements   - + 68 statements   + @@ -66,8 +66,8 @@ ^ index     » next       - coverage.py v7.1.0, - created at 2023-01-24 19:37 -0500 + coverage.py v7.2.0, + created at 2023-02-22 18:50 -0500

- 45 statements   - + 43 statements   + @@ -66,8 +66,8 @@ ^ index     » next       - coverage.py v7.1.0, - created at 2023-01-24 19:37 -0500 + coverage.py v7.2.0, + created at 2023-02-22 18:50 -0500