Skip to content

Import packages in bulk in integration tests

David Runge requested to merge fix_integration_tests into main

tests/cli/test_cli.py: Change test_import_into_default_repo() to import the list of packages in bulk and not write a sync database twice. Add test_write_empty_sync_db() to test writing an empty sync database.

Fixes #137 (closed)

Merge request reports