mep/common/tests.py
changed.
Showing 1 of 1 files from the diff.
@@ -151,10 +151,10 @@
Loading
151 | 151 | ||
152 | 152 | def test_error_on_create_non_field(self): |
|
153 | 153 | # get with no instance should return the descriptor object |
|
154 | - | class TestModel(DateRange): |
|
154 | + | class TestModel2(DateRange): |
|
155 | 155 | foo_year = AliasIntegerField(db_column='start_year') |
|
156 | 156 | ||
157 | - | assert isinstance(TestModel.foo_year, AliasIntegerField) |
|
157 | + | assert isinstance(TestModel2.foo_year, AliasIntegerField) |
|
158 | 158 | ||
159 | 159 | ||
160 | 160 | class TestVerifyLatLon(TestCase): |
Files | Coverage |
---|---|
mep | 98.44% |
srcmedia/ts | 86.55% |
Project Totals (223 files) | 98.01% |
2495.1
TRAVIS_PYTHON_VERSION=3.5 TRAVIS_OS_NAME=linux
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.