Import packages in bulk in integration tests
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)