Skip to content

Commit

Permalink
Updated tests for rc 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
miballe committed Apr 1, 2022
1 parent a1b3a80 commit 0e29ef3
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
Empty file modified test/test_analytics.py
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion test/test_company.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_validate_point_time_request(self):
def test_validate_point_time_request_not_allowed(self):
c = Company(FACTIVA_USERKEY)
with pytest.raises(ValueError):
c.validate_point_time_request(ISIN_COMPANY_IDENTIFIER)
c.validate_point_time_request('badcode') # ISIN_COMPANY_IDENTIFIER
assert True

def test_download_companies_identifier(self):
Expand Down
Empty file modified test/test_explain.py
100755 → 100644
Empty file.
Empty file modified test/test_extraction.py
100755 → 100644
Empty file.
File renamed without changes.
Empty file modified test/test_snapshot_init.py
100755 → 100644
Empty file.
File renamed without changes.

0 comments on commit 0e29ef3

Please sign in to comment.