wlinds / tpme

This Person Might Exist - Synthetic dataset generation
2 stars 0 forks source link

Add unit tests for export manager #7

Open wlinds opened 7 months ago

wlinds commented 7 months ago

I'm not entirely sure export_manager can handle all cases. Create unit tests for export manager.

Possibly refactor to class, if necessary.

wlinds commented 6 months ago

While refactoring, might want to look into supporting exports from streamlit.

Streamlit has built-in csv exporter for tables, but we should be able to implement the entire export_manager to allow for Excel and SQL exports as well.