Coverage for aftercovid/__init__.py: 100%

5 statements  

« prev     ^ index     » next       coverage.py v7.1.0, created at 2024-05-10 03:09 +0200

1# coding: utf-8 

2""" 

3Exploration on COVID data. 

4""" 

5 

6__version__ = "0.1.3" 

7__author__ = "Xavier Dupré, ..." 

8 

9 

10def check(verbose=1): 

11 """ 

12 Runs a couple of functions to check the module is working. 

13 

14 :param verbose: 0 to hide the standout output 

15 :return: list of dictionaries, result of each test 

16 """ 

17 return []