Age | Commit message (Expand) | Author |
---|---|---|
2022-03-12 | Create action dict that's created when updating data•••* gn3/db/sample_data.py (__extract_actions): An update on a vector of data can contain: inserts, deletes and updates. This functions extracts these actions during an update. * tests/unit/db/test_sample_data.py (test_extract_actions): Add test-case for the above. | BonfaceKilz |
2022-03-12 | Add test cases for inserting and deleting data•••* tests/unit/db/test_sample_data.py (test_insert_sample_data): Test inserting data. (test_delete_sample_data): Test deleting data. | BonfaceKilz |