This commit is contained in:
2026-05-20 18:18:53 +02:00
parent 58af96d7f5
commit dd61be73f3
5 changed files with 862 additions and 310 deletions
+1 -3
View File
@@ -4,16 +4,14 @@ These tests inspect the generated `.apkg` package structure directly:
ZIP entries, media map, and the SQLite collection database. They do not
require Anki itself to be installed.
"""
from __future__ import annotations
import json
import sqlite3
import tempfile
import unittest
import zipfile
from pathlib import Path
import unittest
import amateurfunk_anki as aa