Skip to content

Commit

Permalink
Delete the test that is not relevant anymore.
Browse files Browse the repository at this point in the history
I expect the breaking of this test to be fixed by PR #92.
  • Loading branch information
kocielnik committed Dec 6, 2024
1 parent aac02de commit 0bf6f8d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/test_DataSources.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@ def test_msn_money():
assert data.last_year_net_income > 0.0
assert data.total_debt >= 0.0

def test_yahoo():
test_ticker = 'MSFT'
test_name = 'Microsoft Corp'

data = get_yahoo_data(test_ticker)

assert data.ticker_symbol == test_ticker
assert float(data.five_year_growth_rate) > 0.0

def get_msn_money_data(ticker):
data_fetcher = DataFetcher()
data_fetcher.ticker_symbol = ticker
Expand Down

0 comments on commit 0bf6f8d

Please sign in to comment.