Add packages module for androidqf (#506)

* Add Packages module for androidqf

* Update test
This commit is contained in:
Rory Flynn
2024-06-24 19:00:07 +02:00
committed by GitHub
parent 9e19abb5d3
commit caeeec2816
7 changed files with 462 additions and 1 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ class TestHashes:
def test_hash_from_folder(self):
path = os.path.join(get_artifact_folder(), "androidqf")
hashes = list(generate_hashes_from_path(path, logging))
assert len(hashes) == 5
assert len(hashes) == 6
# Sort the files to have reliable order for tests.
hashes = sorted(hashes, key=lambda x: x["file_path"])
assert hashes[0]["file_path"] == os.path.join(path, "backup.ab")