InvokeAI/tests/aa_nodes
psychedelicious ebf5f5d418 feat(db): address feedback, cleanup
- use simpler pattern for migration dependencies
- move SqliteDatabase & migration to utility method `init_db`, use this in both the app and tests, ensuring the same db schema is used in both
2023-12-13 11:19:59 +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): address feedback, cleanup 2023-12-13 11:19:59 +11:00
test_invoker.py feat(db): address feedback, cleanup 2023-12-13 11:19:59 +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