Skip to content

Commit

Permalink
Add test case(#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
josw123 committed Aug 11, 2020
1 parent 58161cf commit b94adfc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dart_fss/tests/test_case/crp_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@
sds = TestCrp(corp_code='00126186', bgn_de='20130813', end_de='20150807', separate=False, report_tp='quarter')
sds.add_test_value('bs', '20130630', 'label_ko', '유동자산', 2602291807082)

jtc = TestCrp(corp_code='01041828', bgn_de='20190101', end_de='20200811', separate=False, report_tp='annual')
jtc.add_test_value('cf', '20200229', 'concept_id', 'ifrs-full_CashFlowsFromUsedInOperatingActivities', 4810599061)

test_crp_list = [samsung, hyundai, dexter, stone, sjgroup, sds]

0 comments on commit b94adfc

Please sign in to comment.