Advertisement
Guest User

tests

a guest
Apr 6th, 2020
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 31.73 KB | None | 0 0
  1. (alertadengue) ✔ ~/work_lab/fiocruz/AlertaDengue_prod [add-db-demo-to-ci|52]
  2. 11:31 $ ENV_FILE=".env_staging" python -m pytest -s -x -vv AlertaDengue/dados/tests/test_maps.py
  3. =============================================================================== test session starts ===============================================================================
  4. platform linux -- Python 3.7.6, pytest-5.4.1, py-1.8.1, pluggy-0.12.0 -- /media/Data/miniconda/envs/alertadengue/bin/python
  5. cachedir: .pytest_cache
  6. django: settings: ad_main.settings (from env)
  7. rootdir: /media/Data/suplent/work_lab/fiocruz/AlertaDengue_prod, inifile: setup.cfg
  8. plugins: django-3.9.0, cov-2.8.1, pythonpath-0.7.3, celery-4.4.2
  9. collected 1 item                                                                                                                                                                  
  10.  
  11. AlertaDengue/dados/tests/test_maps.py::TestMaps::test_return_valid_geojson PASSED
  12.  
  13. ----------- coverage: platform linux, python 3.7.6-final-0 -----------
  14. Name                                                                            Stmts   Miss  Cover
  15. ---------------------------------------------------------------------------------------------------
  16. AlertaDengue/__init__.py                                                            1      0   100%
  17. AlertaDengue/ad_main/__init__.py                                                    2      0   100%
  18. AlertaDengue/ad_main/celery.py                                                      6      0   100%
  19. AlertaDengue/ad_main/settings.py                                                   70      3    96%
  20. AlertaDengue/ad_main/test_settings.py                                               2      2     0%
  21. AlertaDengue/ad_main/urls.py                                                        7      7     0%
  22. AlertaDengue/ad_main/version.py                                                     1      0   100%
  23. AlertaDengue/ad_main/wsgi.py                                                        6      6     0%
  24. AlertaDengue/api/__init__.py                                                        0      0   100%
  25. AlertaDengue/api/db.py                                                            117    117     0%
  26. AlertaDengue/api/settings.py                                                        9      9     0%
  27. AlertaDengue/api/tests/__init__.py                                                  0      0   100%
  28. AlertaDengue/api/tests/test_views.py                                               59     59     0%
  29. AlertaDengue/api/urls.py                                                            4      4     0%
  30. AlertaDengue/api/views.py                                                          93     93     0%
  31. AlertaDengue/conftest.py                                                            0      0   100%
  32. AlertaDengue/dados/__init__.py                                                      0      0   100%
  33. AlertaDengue/dados/charts.py                                                      175    175     0%
  34. AlertaDengue/dados/dbdata.py                                                      374    311    17%
  35. AlertaDengue/dados/episem.py                                                       54     45    17%
  36. AlertaDengue/dados/maps.py                                                         18      4    78%
  37. AlertaDengue/dados/models.py                                                       37      3    92%
  38. AlertaDengue/dados/settings.py                                                     10      2    80%
  39. AlertaDengue/dados/templatetags/__init__.py                                         1      1     0%
  40. AlertaDengue/dados/templatetags/alert_state.py                                     14     14     0%
  41. AlertaDengue/dados/templatetags/lookup.py                                           4      4     0%
  42. AlertaDengue/dados/templatetags/report_state.py                                     8      8     0%
  43. AlertaDengue/dados/tests/__init__.py                                                0      0   100%
  44. AlertaDengue/dados/tests/conftest.py                                                0      0   100%
  45. AlertaDengue/dados/tests/test_dbdata.py                                            41     41     0%
  46. AlertaDengue/dados/tests/test_maps.py                                               5      0   100%
  47. AlertaDengue/dados/tests/test_view.py                                              63     63     0%
  48. AlertaDengue/dados/tests/utils.py                                                   0      0   100%
  49. AlertaDengue/dados/urls.py                                                         23     23     0%
  50. AlertaDengue/dados/views.py                                                       570    570     0%
  51. AlertaDengue/dbf/__init__.py                                                        0      0   100%
  52. AlertaDengue/dbf/admin.py                                                           3      0   100%
  53. AlertaDengue/dbf/apps.py                                                            3      0   100%
  54. AlertaDengue/dbf/forms.py                                                          32     32     0%
  55. AlertaDengue/dbf/management/__init__.py                                             0      0   100%
  56. AlertaDengue/dbf/management/commands/__init__.py                                    0      0   100%
  57. AlertaDengue/dbf/management/commands/load_sinan.py                                 15     15     0%
  58. AlertaDengue/dbf/migrations/0001_initial.py                                         9      9     0%
  59. AlertaDengue/dbf/migrations/0002_dbfchunkedupload.py                                9      9     0%
  60. AlertaDengue/dbf/migrations/0003_dbf_state_abbreviation.py                          5      5     0%
  61. AlertaDengue/dbf/migrations/0004_auto_20170323_0122.py                              5      5     0%
  62. AlertaDengue/dbf/migrations/0005_dbf_municipio.py                                   5      5     0%
  63. AlertaDengue/dbf/migrations/0006_auto_20171114_1026.py                              6      6     0%
  64. AlertaDengue/dbf/migrations/0007_auto_20180124_2239.py                              7      7     0%
  65. AlertaDengue/dbf/migrations/__init__.py                                             0      0   100%
  66. AlertaDengue/dbf/models.py                                                         28      6    79%
  67. AlertaDengue/dbf/sinan.py                                                          90     90     0%
  68. AlertaDengue/dbf/tasks.py                                                          33     33     0%
  69. AlertaDengue/dbf/urls.py                                                            4      4     0%
  70. AlertaDengue/dbf/validation.py                                                     33     21    36%
  71. AlertaDengue/dbf/views.py                                                          43     43     0%
  72. AlertaDengue/forecast/__init__.py                                                   0      0   100%
  73. AlertaDengue/forecast/admin.py                                                      4      0   100%
  74. AlertaDengue/forecast/migrations/0001_initial.py                                   10     10     0%
  75. AlertaDengue/forecast/migrations/0002_create_table.py                               8      8     0%
  76. AlertaDengue/forecast/migrations/0003_auto_20180124_2239.py                         6      6     0%
  77. AlertaDengue/forecast/migrations/__init__.py                                        0      0   100%
  78. AlertaDengue/forecast/models.py                                                    38      3    92%
  79. AlertaDengue/forecast/tests/__init__.py                                             0      0   100%
  80. AlertaDengue/forecast/tests/test_models.py                                          9      9     0%
  81. AlertaDengue/gis/__init__.py                                                        0      0   100%
  82. AlertaDengue/gis/geodf.py                                                           7      7     0%
  83. AlertaDengue/gis/geotiff.py                                                       121    121     0%
  84. AlertaDengue/gis/management/__init__.py                                             0      0   100%
  85. AlertaDengue/gis/management/commands/__init__.py                                    0      0   100%
  86. AlertaDengue/gis/management/commands/generate_mapfiles.py                          27     27     0%
  87. AlertaDengue/gis/management/commands/generate_meteorological_raster_cities.py      23     23     0%
  88. AlertaDengue/gis/management/commands/sync_geofiles.py                              91     91     0%
  89. AlertaDengue/gis/mapfile.py                                                       156    156     0%
  90. AlertaDengue/gis/settings.py                                                       13     13     0%
  91. AlertaDengue/gis/tests/__init__.py                                                  0      0   100%
  92. AlertaDengue/gis/tests/test_geotiff.py                                             57     57     0%
  93. AlertaDengue/gis/tests/test_mapfile.py                                             42     42     0%
  94. AlertaDengue/load.py                                                                8      8     0%
  95. AlertaDengue/manage.py                                                              6      6     0%
  96. AlertaDengue/manager/router.py                                                     38     31    18%
  97. setup.py                                                                           41     41     0%
  98. ---------------------------------------------------------------------------------------------------
  99. TOTAL                                                                            2809   2513    11%
  100.  
  101.  
  102. ================================================================================ 1 passed in 0.66s ================================================================================
  103. (alertadengue) ✔ ~/work_lab/fiocruz/AlertaDengue_prod [add-db-demo-to-ci|52]
  104. 11:32 $ ENV_FILE=".env_staging" python -m pytest -s -x -vv AlertaDengue/dados/tests/test_dbdata.py
  105. =============================================================================== test session starts ===============================================================================
  106. platform linux -- Python 3.7.6, pytest-5.4.1, py-1.8.1, pluggy-0.12.0 -- /media/Data/miniconda/envs/alertadengue/bin/python
  107. cachedir: .pytest_cache
  108. django: settings: ad_main.settings (from env)
  109. rootdir: /media/Data/suplent/work_lab/fiocruz/AlertaDengue_prod, inifile: setup.cfg
  110. plugins: django-3.9.0, cov-2.8.1, pythonpath-0.7.3, celery-4.4.2
  111. collected 7 items                                                                                                                                                                
  112.  
  113. AlertaDengue/dados/tests/test_dbdata.py::TestLoadAlerta::test_alerta_is_between_0_and_3 PASSED
  114. AlertaDengue/dados/tests/test_dbdata.py::TestLoadAlerta::test_casos_are_ints PASSED
  115. AlertaDengue/dados/tests/test_dbdata.py::TestLoadAlerta::test_dia_is_date PASSED
  116. AlertaDengue/dados/tests/test_dbdata.py::TestLoadAlerta::test_get_cities PASSED
  117. AlertaDengue/dados/tests/test_dbdata.py::TestLoadAlerta::test_get_city_alert PASSED
  118. AlertaDengue/dados/tests/test_dbdata.py::TestLoadAlerta::test_load PASSED
  119. AlertaDengue/dados/tests/test_dbdata.py::TestMunicipio::test_get_active_cities PASSED
  120.  
  121. ----------- coverage: platform linux, python 3.7.6-final-0 -----------
  122. Name                                                                            Stmts   Miss  Cover
  123. ---------------------------------------------------------------------------------------------------
  124. AlertaDengue/__init__.py                                                            1      0   100%
  125. AlertaDengue/ad_main/__init__.py                                                    2      0   100%
  126. AlertaDengue/ad_main/celery.py                                                      6      0   100%
  127. AlertaDengue/ad_main/settings.py                                                   70      3    96%
  128. AlertaDengue/ad_main/test_settings.py                                               2      2     0%
  129. AlertaDengue/ad_main/urls.py                                                        7      7     0%
  130. AlertaDengue/ad_main/version.py                                                     1      0   100%
  131. AlertaDengue/ad_main/wsgi.py                                                        6      6     0%
  132. AlertaDengue/api/__init__.py                                                        0      0   100%
  133. AlertaDengue/api/db.py                                                            117    117     0%
  134. AlertaDengue/api/settings.py                                                        9      9     0%
  135. AlertaDengue/api/tests/__init__.py                                                  0      0   100%
  136. AlertaDengue/api/tests/test_views.py                                               59     59     0%
  137. AlertaDengue/api/urls.py                                                            4      4     0%
  138. AlertaDengue/api/views.py                                                          93     93     0%
  139. AlertaDengue/conftest.py                                                            0      0   100%
  140. AlertaDengue/dados/__init__.py                                                      0      0   100%
  141. AlertaDengue/dados/charts.py                                                      175    175     0%
  142. AlertaDengue/dados/dbdata.py                                                      374    241    36%
  143. AlertaDengue/dados/episem.py                                                       54     45    17%
  144. AlertaDengue/dados/maps.py                                                         18     18     0%
  145. AlertaDengue/dados/models.py                                                       37      3    92%
  146. AlertaDengue/dados/settings.py                                                     10      2    80%
  147. AlertaDengue/dados/templatetags/__init__.py                                         1      1     0%
  148. AlertaDengue/dados/templatetags/alert_state.py                                     14     14     0%
  149. AlertaDengue/dados/templatetags/lookup.py                                           4      4     0%
  150. AlertaDengue/dados/templatetags/report_state.py                                     8      8     0%
  151. AlertaDengue/dados/tests/__init__.py                                                0      0   100%
  152. AlertaDengue/dados/tests/conftest.py                                                0      0   100%
  153. AlertaDengue/dados/tests/test_dbdata.py                                            41      0   100%
  154. AlertaDengue/dados/tests/test_maps.py                                               5      5     0%
  155. AlertaDengue/dados/tests/test_view.py                                              63     63     0%
  156. AlertaDengue/dados/tests/utils.py                                                   0      0   100%
  157. AlertaDengue/dados/urls.py                                                         23     23     0%
  158. AlertaDengue/dados/views.py                                                       570    570     0%
  159. AlertaDengue/dbf/__init__.py                                                        0      0   100%
  160. AlertaDengue/dbf/admin.py                                                           3      0   100%
  161. AlertaDengue/dbf/apps.py                                                            3      0   100%
  162. AlertaDengue/dbf/forms.py                                                          32     32     0%
  163. AlertaDengue/dbf/management/__init__.py                                             0      0   100%
  164. AlertaDengue/dbf/management/commands/__init__.py                                    0      0   100%
  165. AlertaDengue/dbf/management/commands/load_sinan.py                                 15     15     0%
  166. AlertaDengue/dbf/migrations/0001_initial.py                                         9      9     0%
  167. AlertaDengue/dbf/migrations/0002_dbfchunkedupload.py                                9      9     0%
  168. AlertaDengue/dbf/migrations/0003_dbf_state_abbreviation.py                          5      5     0%
  169. AlertaDengue/dbf/migrations/0004_auto_20170323_0122.py                              5      5     0%
  170. AlertaDengue/dbf/migrations/0005_dbf_municipio.py                                   5      5     0%
  171. AlertaDengue/dbf/migrations/0006_auto_20171114_1026.py                              6      6     0%
  172. AlertaDengue/dbf/migrations/0007_auto_20180124_2239.py                              7      7     0%
  173. AlertaDengue/dbf/migrations/__init__.py                                             0      0   100%
  174. AlertaDengue/dbf/models.py                                                         28      6    79%
  175. AlertaDengue/dbf/sinan.py                                                          90     90     0%
  176. AlertaDengue/dbf/tasks.py                                                          33     33     0%
  177. AlertaDengue/dbf/urls.py                                                            4      4     0%
  178. AlertaDengue/dbf/validation.py                                                     33     21    36%
  179. AlertaDengue/dbf/views.py                                                          43     43     0%
  180. AlertaDengue/forecast/__init__.py                                                   0      0   100%
  181. AlertaDengue/forecast/admin.py                                                      4      0   100%
  182. AlertaDengue/forecast/migrations/0001_initial.py                                   10     10     0%
  183. AlertaDengue/forecast/migrations/0002_create_table.py                               8      8     0%
  184. AlertaDengue/forecast/migrations/0003_auto_20180124_2239.py                         6      6     0%
  185. AlertaDengue/forecast/migrations/__init__.py                                        0      0   100%
  186. AlertaDengue/forecast/models.py                                                    38      3    92%
  187. AlertaDengue/forecast/tests/__init__.py                                             0      0   100%
  188. AlertaDengue/forecast/tests/test_models.py                                          9      9     0%
  189. AlertaDengue/gis/__init__.py                                                        0      0   100%
  190. AlertaDengue/gis/geodf.py                                                           7      7     0%
  191. AlertaDengue/gis/geotiff.py                                                       121    121     0%
  192. AlertaDengue/gis/management/__init__.py                                             0      0   100%
  193. AlertaDengue/gis/management/commands/__init__.py                                    0      0   100%
  194. AlertaDengue/gis/management/commands/generate_mapfiles.py                          27     27     0%
  195. AlertaDengue/gis/management/commands/generate_meteorological_raster_cities.py      23     23     0%
  196. AlertaDengue/gis/management/commands/sync_geofiles.py                              91     91     0%
  197. AlertaDengue/gis/mapfile.py                                                       156    156     0%
  198. AlertaDengue/gis/settings.py                                                       13     13     0%
  199. AlertaDengue/gis/tests/__init__.py                                                  0      0   100%
  200. AlertaDengue/gis/tests/test_geotiff.py                                             57     57     0%
  201. AlertaDengue/gis/tests/test_mapfile.py                                             42     42     0%
  202. AlertaDengue/load.py                                                                8      8     0%
  203. AlertaDengue/manage.py                                                              6      6     0%
  204. AlertaDengue/manager/router.py                                                     38     31    18%
  205. setup.py                                                                           41     41     0%
  206. ---------------------------------------------------------------------------------------------------
  207. TOTAL                                                                            2809   2421    14%
  208.  
  209.  
  210. ================================================================================ 7 passed in 1.04s ================================================================================
  211. (alertadengue) ✔ ~/work_lab/fiocruz/AlertaDengue_prod [add-db-demo-to-ci|52]
  212. 11:32 $ ENV_FILE=".env_staging" python -m pytest -s -x -vv AlertaDengue/dados/tests/test_view.py
  213. =============================================================================== test session starts ===============================================================================
  214. platform linux -- Python 3.7.6, pytest-5.4.1, py-1.8.1, pluggy-0.12.0 -- /media/Data/miniconda/envs/alertadengue/bin/python
  215. cachedir: .pytest_cache
  216. django: settings: ad_main.settings (from env)
  217. rootdir: /media/Data/suplent/work_lab/fiocruz/AlertaDengue_prod, inifile: setup.cfg
  218. plugins: django-3.9.0, cov-2.8.1, pythonpath-0.7.3, celery-4.4.2
  219. collected 15 items                                                                                                                                                                
  220.  
  221. AlertaDengue/dados/tests/test_view.py::TestAlertaStaticPageView::test_about Creating test database for alias 'default' ('test_dengue')...
  222. Creating test database for alias 'infodengue' ('test_infodengue')...
  223. PASSED
  224. AlertaDengue/dados/tests/test_view.py::TestAlertaStaticPageView::test_contact PASSED
  225. AlertaDengue/dados/tests/test_view.py::TestAlertaStaticPageView::test_data_public_services PASSED
  226. AlertaDengue/dados/tests/test_view.py::TestAlertaStaticPageView::test_data_public_services_type PASSED
  227. AlertaDengue/dados/tests/test_view.py::TestAlertaStaticPageView::test_joinin PASSED
  228. AlertaDengue/dados/tests/test_view.py::TestAlertaPageView::test_SE <- ../../../../miniconda/envs/alertadengue/lib/python3.7/unittest/case.py PASSED
  229. AlertaDengue/dados/tests/test_view.py::TestAlertaPageView::test_alerta <- ../../../../miniconda/envs/alertadengue/lib/python3.7/unittest/case.py PASSED
  230. AlertaDengue/dados/tests/test_view.py::TestAlertaPageView::test_casos_por_ap <- ../../../../miniconda/envs/alertadengue/lib/python3.7/unittest/case.py PASSED
  231. AlertaDengue/dados/tests/test_view.py::TestAlertaPageView::test_data1 <- ../../../../miniconda/envs/alertadengue/lib/python3.7/unittest/case.py PASSED
  232. AlertaDengue/dados/tests/test_view.py::TestAlertaPageView::test_data2 <- ../../../../miniconda/envs/alertadengue/lib/python3.7/unittest/case.py PASSED
  233. AlertaDengue/dados/tests/test_view.py::TestAlertaPageView::test_last_year <- ../../../../miniconda/envs/alertadengue/lib/python3.7/unittest/case.py PASSED
  234. AlertaDengue/dados/tests/test_view.py::TestAlertaPageView::test_look_back <- ../../../../miniconda/envs/alertadengue/lib/python3.7/unittest/case.py PASSED
  235. AlertaDengue/dados/tests/test_view.py::TestAlertaPageView::test_novos_casos <- ../../../../miniconda/envs/alertadengue/lib/python3.7/unittest/case.py PASSED
  236. AlertaDengue/dados/tests/test_view.py::TestAlertaPageView::test_series_casos <- ../../../../miniconda/envs/alertadengue/lib/python3.7/unittest/case.py PASSED
  237. AlertaDengue/dados/tests/test_view.py::TestAlertaPageView::test_total_series <- ../../../../miniconda/envs/alertadengue/lib/python3.7/unittest/case.py PASSEDDestroying test database for alias 'default' ('test_dengue')...
  238. Destroying test database for alias 'infodengue' ('test_infodengue')...
  239.  
  240.  
  241. ----------- coverage: platform linux, python 3.7.6-final-0 -----------
  242. Name                                                                            Stmts   Miss  Cover
  243. ---------------------------------------------------------------------------------------------------
  244. AlertaDengue/__init__.py                                                            1      0   100%
  245. AlertaDengue/ad_main/__init__.py                                                    2      0   100%
  246. AlertaDengue/ad_main/celery.py                                                      6      0   100%
  247. AlertaDengue/ad_main/settings.py                                                   70      3    96%
  248. AlertaDengue/ad_main/test_settings.py                                               2      2     0%
  249. AlertaDengue/ad_main/urls.py                                                        7      0   100%
  250. AlertaDengue/ad_main/version.py                                                     1      0   100%
  251. AlertaDengue/ad_main/wsgi.py                                                        6      6     0%
  252. AlertaDengue/api/__init__.py                                                        0      0   100%
  253. AlertaDengue/api/db.py                                                            117     87    26%
  254. AlertaDengue/api/settings.py                                                        9      0   100%
  255. AlertaDengue/api/tests/__init__.py                                                  0      0   100%
  256. AlertaDengue/api/tests/test_views.py                                               59     59     0%
  257. AlertaDengue/api/urls.py                                                            4      0   100%
  258. AlertaDengue/api/views.py                                                          93     75    19%
  259. AlertaDengue/conftest.py                                                            0      0   100%
  260. AlertaDengue/dados/__init__.py                                                      0      0   100%
  261. AlertaDengue/dados/charts.py                                                      175    103    41%
  262. AlertaDengue/dados/dbdata.py                                                      374    263    30%
  263. AlertaDengue/dados/episem.py                                                       54     14    74%
  264. AlertaDengue/dados/maps.py                                                         18     10    44%
  265. AlertaDengue/dados/models.py                                                       37      3    92%
  266. AlertaDengue/dados/settings.py                                                     10      2    80%
  267. AlertaDengue/dados/templatetags/__init__.py                                         1      0   100%
  268. AlertaDengue/dados/templatetags/alert_state.py                                     14      6    57%
  269. AlertaDengue/dados/templatetags/lookup.py                                           4      1    75%
  270. AlertaDengue/dados/templatetags/report_state.py                                     8      3    62%
  271. AlertaDengue/dados/tests/__init__.py                                                0      0   100%
  272. AlertaDengue/dados/tests/conftest.py                                                0      0   100%
  273. AlertaDengue/dados/tests/test_dbdata.py                                            41     41     0%
  274. AlertaDengue/dados/tests/test_maps.py                                               5      5     0%
  275. AlertaDengue/dados/tests/test_view.py                                              63     22    65%
  276. AlertaDengue/dados/tests/utils.py                                                   0      0   100%
  277. AlertaDengue/dados/urls.py                                                         23      3    87%
  278. AlertaDengue/dados/views.py                                                       570    384    33%
  279. AlertaDengue/dbf/__init__.py                                                        0      0   100%
  280. AlertaDengue/dbf/admin.py                                                           3      0   100%
  281. AlertaDengue/dbf/apps.py                                                            3      0   100%
  282. AlertaDengue/dbf/forms.py                                                          32     14    56%
  283. AlertaDengue/dbf/management/__init__.py                                             0      0   100%
  284. AlertaDengue/dbf/management/commands/__init__.py                                    0      0   100%
  285. AlertaDengue/dbf/management/commands/load_sinan.py                                 15     15     0%
  286. AlertaDengue/dbf/migrations/0001_initial.py                                         9      9     0%
  287. AlertaDengue/dbf/migrations/0002_dbfchunkedupload.py                                9      9     0%
  288. AlertaDengue/dbf/migrations/0003_dbf_state_abbreviation.py                          5      5     0%
  289. AlertaDengue/dbf/migrations/0004_auto_20170323_0122.py                              5      5     0%
  290. AlertaDengue/dbf/migrations/0005_dbf_municipio.py                                   5      5     0%
  291. AlertaDengue/dbf/migrations/0006_auto_20171114_1026.py                              6      6     0%
  292. AlertaDengue/dbf/migrations/0007_auto_20180124_2239.py                              7      7     0%
  293. AlertaDengue/dbf/migrations/__init__.py                                             0      0   100%
  294. AlertaDengue/dbf/models.py                                                         28      6    79%
  295. AlertaDengue/dbf/sinan.py                                                          90     69    23%
  296. AlertaDengue/dbf/tasks.py                                                          33     20    39%
  297. AlertaDengue/dbf/urls.py                                                            4      0   100%
  298. AlertaDengue/dbf/validation.py                                                     33     21    36%
  299. AlertaDengue/dbf/views.py                                                          43     16    63%
  300. AlertaDengue/forecast/__init__.py                                                   0      0   100%
  301. AlertaDengue/forecast/admin.py                                                      4      0   100%
  302. AlertaDengue/forecast/migrations/0001_initial.py                                   10     10     0%
  303. AlertaDengue/forecast/migrations/0002_create_table.py                               8      8     0%
  304. AlertaDengue/forecast/migrations/0003_auto_20180124_2239.py                         6      6     0%
  305. AlertaDengue/forecast/migrations/__init__.py                                        0      0   100%
  306. AlertaDengue/forecast/models.py                                                    38      3    92%
  307. AlertaDengue/forecast/tests/__init__.py                                             0      0   100%
  308. AlertaDengue/forecast/tests/test_models.py                                          9      9     0%
  309. AlertaDengue/gis/__init__.py                                                        0      0   100%
  310. AlertaDengue/gis/geodf.py                                                           7      7     0%
  311. AlertaDengue/gis/geotiff.py                                                       121     94    22%
  312. AlertaDengue/gis/management/__init__.py                                             0      0   100%
  313. AlertaDengue/gis/management/commands/__init__.py                                    0      0   100%
  314. AlertaDengue/gis/management/commands/generate_mapfiles.py                          27     27     0%
  315. AlertaDengue/gis/management/commands/generate_meteorological_raster_cities.py      23     23     0%
  316. AlertaDengue/gis/management/commands/sync_geofiles.py                              91     91     0%
  317. AlertaDengue/gis/mapfile.py                                                       156    156     0%
  318. AlertaDengue/gis/settings.py                                                       13      0   100%
  319. AlertaDengue/gis/tests/__init__.py                                                  0      0   100%
  320. AlertaDengue/gis/tests/test_geotiff.py                                             57     57     0%
  321. AlertaDengue/gis/tests/test_mapfile.py                                             42     42     0%
  322. AlertaDengue/load.py                                                                8      8     0%
  323. AlertaDengue/manage.py                                                              6      6     0%
  324. AlertaDengue/manager/router.py                                                     38     22    42%
  325. setup.py                                                                           41     41     0%
  326. ---------------------------------------------------------------------------------------------------
  327. TOTAL                                                                            2809   1909    32%
  328.  
  329.  
  330. =============================================================================== 15 passed in 8.22s ================================================================================
  331. (
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement