InvokeAI/tests/aa_nodes
psychedelicious 3414437eea feat(db): instantiate SqliteMigrator with a SqliteDatabase
Simplifies a couple things:
- Init is more straightforward
- It's clear in the migrator that the connection we are working with is related to the SqliteDatabase
2023-12-12 10:46:08 +11:00
..
__init__.py rename test/nodes to test/aa_nodes to ensure these tests run first 2023-11-26 09:38:30 -05:00
test_graph_execution_state.py feat(db): instantiate SqliteMigrator with a SqliteDatabase 2023-12-12 10:46:08 +11:00
test_invoker.py feat(db): instantiate SqliteMigrator with a SqliteDatabase 2023-12-12 10:46:08 +11:00
test_node_graph.py rename test/nodes to test/aa_nodes to ensure these tests run first 2023-11-26 09:38:30 -05:00
test_nodes.py Merge branch 'main' into refactor/model-manager-3 2023-12-10 12:55:28 -05:00
test_session_queue.py rename test/nodes to test/aa_nodes to ensure these tests run first 2023-11-26 09:38:30 -05:00
test_sqlite.py feat(db): decouple SqliteDatabase from config object 2023-12-12 10:30:37 +11:00