mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 00:04:01 +02:00
Added a filter for financial reports. (#372)
Finanical reports are now filtered before beeing added to the SQL database to only added knwon keys. Some matching is also done. The most importend missing reports are printed to be implemented later on. Rapidfuzz could be used.
This commit is contained in:
@ -123,7 +123,6 @@ def test_add_article_to_sql(news: News, full_db: Session) -> None:
|
||||
transfer_news.add_article_to_sql(news, full_db)
|
||||
|
||||
|
||||
@pytest.mark.working_on()
|
||||
def test_transfer_news_to_sql(full_db: Session, monkeypatch: MonkeyPatch) -> None:
|
||||
"""Tests if a set of news articles / sentiments can be added to the sql db."""
|
||||
monkeypatch.setattr(
|
||||
|
Reference in New Issue
Block a user