Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests for file_db_crud.py #16

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

BraunRudolf
Copy link
Collaborator

Solves #11
Added tests for file_db_crud.py:

  • test_get_db
  • test_create_update_table_new_table
  • test_create_update_table_update_table
  • test_insert_update_table

Added fixtures for file_db_crud.py:

  • df_files_good
  • file_table_good
  • df_files_good_updated

Extra:
Add todo in file_db_crud.py insert_data

Added tests for file_db_crud.py:
- test_get_db
- test_create_update_table_new_table
- test_create_update_table_update_table
- test_insert_update_table

Added fixtures for file_db_crud.py:
- df_files_good
- file_table_good
- df_files_good_updated

Extra:
Add todo in file_db_crud.py insert_data
@BraunRudolf BraunRudolf linked an issue Jul 30, 2024 that may be closed by this pull request
@BraunRudolf BraunRudolf marked this pull request as ready for review July 30, 2024 10:44
@bescka bescka merged commit bcf644d into main Aug 1, 2024
2 checks passed
@BraunRudolf BraunRudolf deleted the 11-unit-test-for-file_db-crud-functions-backend branch August 1, 2024 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unit-Test for file_db crud functions (backend)
2 participants