2b940019755cebf4e31bc9ae854705b61d57a3b5,tests/integration_tests/flows/test_mariadb.py,MariaDBTest,test_5_range_query,#MariaDBTest#,235

Before Change


            self.assertTrue(res["location"] is not None and res["location"] != "None")
            self.assertIsInstance(res["rental_price_confidence"], float)
            self.assertIsInstance(res["rental_price_min"], float)
            self.assertIsInstance(res["rental_price_max"], float)
            self.assertIsInstance(res["rental_price_explain"], str)

    def test_6_delete_predictor_by_command(self):
        print(f"\nExecuting {inspect.stack()[0].function}")

After Change


    def test_5_range_query(self):
        print(f"\nExecuting {inspect.stack()[0].function}")

        fields = get_all_pridict_fields(TO_PREDICT)
        res = fetch(f
            select
                {",".join(fields)}
            from
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: mindsdb/mindsdb
Commit Name: 2b940019755cebf4e31bc9ae854705b61d57a3b5
Time: 2020-11-11
Author: stpmax@yandex.ru
File Name: tests/integration_tests/flows/test_mariadb.py
Class Name: MariaDBTest
Method Name: test_5_range_query


Project Name: mindsdb/mindsdb
Commit Name: 2b940019755cebf4e31bc9ae854705b61d57a3b5
Time: 2020-11-11
Author: stpmax@yandex.ru
File Name: tests/integration_tests/flows/test_mariadb.py
Class Name: MariaDBTest
Method Name: test_3_externael_ds


Project Name: mindsdb/mindsdb
Commit Name: 2b940019755cebf4e31bc9ae854705b61d57a3b5
Time: 2020-11-11
Author: stpmax@yandex.ru
File Name: tests/integration_tests/flows/test_mariadb.py
Class Name: MariaDBTest
Method Name: test_4_query_predictor