mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-25 20:22:33 +02:00
Created a dataprocessing pipline that enhances the raw mined data with Organsiation extractions and sentiment analysis prio to moving the data to the sql db. The transfer of matched data is done afterword. --------- Co-authored-by: SeZett <zeleny.sebastian@fh-swf.de>
8 lines
227 B
Python
8 lines
227 B
Python
"""Tests for the data processing module."""
|
|
from aki_prj23_transparenzregister.utils import data_processing
|
|
|
|
|
|
def test_import() -> None:
|
|
"""Tests if the data processing module can be imported."""
|
|
assert data_processing
|