f9b8b77ee3432bec7138b1df82bf1edad17daf0c,jarbas/chamber_of_deputies/tests/test_reimbursements_command.py,TestFileLoader,test_reimbursement_property,#TestFileLoader#Any#,53

Before Change


            "reimbursements.xz"
        )
        output = tuple(self.command.reimbursements)
        expected = {
            "applicant_id": "13",
            "batch_number": "9",
            "cnpj_cpf": "11111111111111",
            "congressperson_document": "2",
            "congressperson_id": "1",
            "congressperson_name": "Roger That",
            "document_id": "42",
            "document_number": "6",
            "document_type": "7",
            "document_value": "8.90",
            "installment": "7",
            "issue_date": "2014-02-12T00:00:00",
            "leg_of_the_trip": "8",
            "month": "1",
            "net_values": "1.99,2.99",
            "party": "Partido",
            "passenger": "John Doe",
            "reimbursement_numbers": "10,11",
            "reimbursement_values": "12.13,14.15",
            "remark_value": "1.23",
            "state": "UF",
            "subquota_description": "Subquota description",
            "subquota_group_description": "Subquota group desc",
            "subquota_group_id": "5",
            "subquota_number": "4",
            "supplier": "Acme",
            "term": "1970",
            "term_id": "3",
            "total_net_value": "4.56",
            "reimbursement_value_total": "",
            "year": "1970"
        }
        self.assertEqual(output[0], expected)

After Change


            "fixtures",
            "reimbursements.xz"
        )
        result, *_ = tuple(self.command.reimbursements)
        expected = Reimbursement(
            applicant_id=13,
            batch_number=9,
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 3

Instances


Project Name: okfn-brasil/serenata-de-amor
Commit Name: f9b8b77ee3432bec7138b1df82bf1edad17daf0c
Time: 2018-02-17
Author: cuducos@gmail.com
File Name: jarbas/chamber_of_deputies/tests/test_reimbursements_command.py
Class Name: TestFileLoader
Method Name: test_reimbursement_property


Project Name: jsalt18-sentence-repl/jiant
Commit Name: 8e68bbc519bdbc17180620638bd7cb76eda756e1
Time: 2018-06-12
Author: wang.alex.c@gmail.com
File Name: src/preprocess.py
Class Name:
Method Name:


Project Name: lmcinnes/umap
Commit Name: ec5dc98dfc2a026eb99b066496642d2bd8a80b21
Time: 2018-06-22
Author: leland.mcinnes@gmail.com
File Name: examples/plot_fashion-mnist_example.py
Class Name:
Method Name:


Project Name: dmlc/gluon-nlp
Commit Name: ee0c0fd14c513b5acef8c7aac0aac0ab352d1e36
Time: 2018-04-21
Author: szha@users.noreply.github.com
File Name: gluonnlp/_constants.py
Class Name:
Method Name: