Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move nucliadb tests to ndbfixtures (#2859)
* First steps, nucliadb conftest depends on ndbf. conftest * Massive migration to ndbfixtures - Annotate all tests with deploy_modes("standalone") mark - Replace nucliadb_manager by nucliadb_reader_manager or nucliadb_writer_manager - replace nucliadb_grpc by nucliadb_ingest_grpc * Typing party * No more nucliadb_manager fixture * Add missing deploy_mode marks * Remove duplicated fixture: shard_manager * Remove duplicated fixture: stream_audit * Predict mock and dummy to common ndbfixtures * Remove unused fixture * Move semi-duplicated pinecone fixtures to its integration tests * Port nuclaidb train grpc (standalone) to ndbfixtures * Remove unneeded marks * Move txn to legacy ndbfixtures module * Fixing warnings: pydantic, ignores types... * Final move from nucliadb fixtures to ndbfixture - Rename widely used knowledgebox fixture to standalone_knowledgebox * Remove tests.fixtures from ingest conftest
- Loading branch information