Beispiel #1
0
    def test_materialize_to_file(self):
        # Simple test that materializing doesn't change the table
        tbl_materialized = Table(self.lst_dicts)
        tbl_materialized.materialize_to_file()

        assert_matching_tables(self.tbl, tbl_materialized)