Functions | |
| def | near (a, b, error=1e-7) |
| def | test_fields2cover_utils_parser_getAreaImported () |
| def | test_fields2cover_utils_parser_importGml () |
| def | test_fields2cover_utils_parser_importJson () |
| def | test_fields2cover_utils_parser_importJson_2_cell () |
Variables | |
| string | DATA_PATH = os.path.dirname(os.path.realpath(__file__))+"/" + 3*"../"+"data/"; |
| def parser_test.near | ( | a, | |
| b, | |||
error = 1e-7 |
|||
| ) |
Definition at line 13 of file parser_test.py.
| def parser_test.test_fields2cover_utils_parser_getAreaImported | ( | ) |
Definition at line 24 of file parser_test.py.
| def parser_test.test_fields2cover_utils_parser_importGml | ( | ) |
Definition at line 17 of file parser_test.py.
| def parser_test.test_fields2cover_utils_parser_importJson | ( | ) |
Definition at line 31 of file parser_test.py.
| def parser_test.test_fields2cover_utils_parser_importJson_2_cell | ( | ) |
Definition at line 45 of file parser_test.py.
| string parser_test.DATA_PATH = os.path.dirname(os.path.realpath(__file__))+"/" + 3*"../"+"data/"; |
Definition at line 10 of file parser_test.py.