10
10
Generated by: https://openapi-generator.tech
11
11
"""
12
12
13
-
14
13
from __future__ import absolute_import
15
14
16
15
import unittest
17
16
import datetime
18
17
19
- import src .IntelligentStockMarketAPI
20
- from src .IntelligentStockMarketAPI .models .annual_balance_sheet import AnnualBalanceSheet # noqa: E501
21
- from src .IntelligentStockMarketAPI .rest import ApiException
18
+ import IntelligentStockMarketAPI
19
+ from IntelligentStockMarketAPI .models .annual_balance_sheet import AnnualBalanceSheet # noqa: E501
20
+ from IntelligentStockMarketAPI .rest import ApiException
21
+
22
22
23
+ # noinspection PyMethodMayBeStatic
23
24
class TestAnnualBalanceSheet (unittest .TestCase ):
24
25
"""AnnualBalanceSheet unit test stubs"""
25
26
@@ -35,71 +36,71 @@ def make_instance(self, include_optional):
35
36
params are included, when True both required and
36
37
optional params are included """
37
38
# model = src.IntelligentStockMarketAPI.models.annual_balance_sheet.AnnualBalanceSheet() # noqa: E501
38
- if include_optional :
39
+ if include_optional :
39
40
return AnnualBalanceSheet (
40
- balance_sheet = src . IntelligentStockMarketAPI .models ._balance_sheet . _BalanceSheet (
41
- accounts_payable = 1.337 ,
42
- accumulated_amortization = 1.337 ,
43
- accumulated_depreciation = 1.337 ,
44
- accumulated_other_comprehensive_income = 1.337 ,
45
- additional_paid_in_capital = 1.337 ,
46
- balance_sheet_id = '0' ,
47
- capital_lease_obligations = 1.337 ,
48
- capital_surplus = 1.337 ,
49
- cash = 1.337 ,
50
- cash_and_short_term_investments = 1.337 ,
51
- common_stock = 1.337 ,
52
- common_stock_shares_outstanding = 1.337 ,
53
- common_stock_total_equity = 1.337 ,
54
- currency = '0' ,
55
- date = datetime .datetime .strptime ('1975-12-30' , '%Y-%m-%d' ).date (),
56
- deferred_long_term_liability = 1.337 ,
57
- earnings_assets = 1.337 ,
58
- fundamental_id = '0' ,
59
- good_will = 1.337 ,
60
- intangible_assets = 1.337 ,
61
- inventory = 1.337 ,
62
- long_term_debt = 1.337 ,
63
- long_term_debt_total = 1.337 ,
64
- long_term_investments = 1.337 ,
65
- negative_good_will = 1.337 ,
66
- net_debt = 1.337 ,
67
- net_invested_capital = 1.337 ,
68
- net_receivables = 1.337 ,
69
- net_tangible_assets = 1.337 ,
70
- networking_capital = 1.337 ,
71
- non_controlling_interest_in_consolidated_equity = 1.337 ,
72
- non_current_assets_other = 1.337 ,
73
- non_current_liabilities_other = 1.337 ,
74
- non_current_liabilities_total = 1.337 ,
75
- other_assets = 1.337 ,
76
- other_current_assets = 1.337 ,
77
- other_current_liability = 1.337 ,
78
- other_liability = 1.337 ,
79
- other_stock_holder_equity = 1.337 ,
80
- preferred_stock_redeemable = 1.337 ,
81
- preferred_stock_total_equity = 1.337 ,
82
- property_plant_and_equipment_gross = 1.337 ,
83
- property_plant_equipment = 1.337 ,
84
- retained_earnings = 1.337 ,
85
- retained_earnings_total_equity = 1.337 ,
86
- short_long_term_debt_total = 1.337 ,
87
- short_term_debt = 1.337 ,
88
- short_term_investments = 1.337 ,
89
- temporary_equity_redeemable_non_controlling_interests = 1.337 ,
90
- total_assets = 1.337 ,
91
- total_current_assets = 1.337 ,
92
- total_current_liabilities = 1.337 ,
93
- total_liability = 1.337 ,
94
- total_permanent_equity = 1.337 ,
95
- total_stock_holder_equity = 1.337 ,
96
- treasury_stock = 1.337 ,
97
- warrants = 1.337 , ),
98
- filing_date = datetime .datetime .strptime ('1975-12-30' , '%Y-%m-%d' ).date ()
41
+ balance_sheet = IntelligentStockMarketAPI .models .BalanceSheet (
42
+ accounts_payable = 1.337 ,
43
+ accumulated_amortization = 1.337 ,
44
+ accumulated_depreciation = 1.337 ,
45
+ accumulated_other_comprehensive_income = 1.337 ,
46
+ additional_paid_in_capital = 1.337 ,
47
+ balance_sheet_id = '0' ,
48
+ capital_lease_obligations = 1.337 ,
49
+ capital_surplus = 1.337 ,
50
+ cash = 1.337 ,
51
+ cash_and_short_term_investments = 1.337 ,
52
+ common_stock = 1.337 ,
53
+ common_stock_shares_outstanding = 1.337 ,
54
+ common_stock_total_equity = 1.337 ,
55
+ currency = '0' ,
56
+ date = datetime .datetime .strptime ('1975-12-30' , '%Y-%m-%d' ).date (),
57
+ deferred_long_term_liability = 1.337 ,
58
+ earnings_assets = 1.337 ,
59
+ fundamental_id = '0' ,
60
+ good_will = 1.337 ,
61
+ intangible_assets = 1.337 ,
62
+ inventory = 1.337 ,
63
+ long_term_debt = 1.337 ,
64
+ long_term_debt_total = 1.337 ,
65
+ long_term_investments = 1.337 ,
66
+ negative_good_will = 1.337 ,
67
+ net_debt = 1.337 ,
68
+ net_invested_capital = 1.337 ,
69
+ net_receivables = 1.337 ,
70
+ net_tangible_assets = 1.337 ,
71
+ networking_capital = 1.337 ,
72
+ non_controlling_interest_in_consolidated_equity = 1.337 ,
73
+ non_current_assets_other = 1.337 ,
74
+ non_current_liabilities_other = 1.337 ,
75
+ non_current_liabilities_total = 1.337 ,
76
+ other_assets = 1.337 ,
77
+ other_current_assets = 1.337 ,
78
+ other_current_liability = 1.337 ,
79
+ other_liability = 1.337 ,
80
+ other_stock_holder_equity = 1.337 ,
81
+ preferred_stock_redeemable = 1.337 ,
82
+ preferred_stock_total_equity = 1.337 ,
83
+ property_plant_and_equipment_gross = 1.337 ,
84
+ property_plant_equipment = 1.337 ,
85
+ retained_earnings = 1.337 ,
86
+ retained_earnings_total_equity = 1.337 ,
87
+ short_long_term_debt_total = 1.337 ,
88
+ short_term_debt = 1.337 ,
89
+ short_term_investments = 1.337 ,
90
+ temporary_equity_redeemable_non_controlling_interests = 1.337 ,
91
+ total_assets = 1.337 ,
92
+ total_current_assets = 1.337 ,
93
+ total_current_liabilities = 1.337 ,
94
+ total_liability = 1.337 ,
95
+ total_permanent_equity = 1.337 ,
96
+ total_stock_holder_equity = 1.337 ,
97
+ treasury_stock = 1.337 ,
98
+ warrants = 1.337 , ),
99
+ filing_date = datetime .datetime .strptime ('1975-12-30' , '%Y-%m-%d' ).date ()
99
100
)
100
- else :
101
+ else :
101
102
return AnnualBalanceSheet (
102
- )
103
+ )
103
104
104
105
def testAnnualBalanceSheet (self ):
105
106
"""Test AnnualBalanceSheet"""
0 commit comments