From bb7833b040b3ca720467c4327cc618b8b107783f Mon Sep 17 00:00:00 2001 From: Theron Luhn Date: Sun, 24 Aug 2025 20:01:18 -0700 Subject: Test against actual assets. --- tests/pkgs/assets/__init__.py | 0 tests/pkgs/assets/dir/fizz.txt | 1 + tests/pkgs/assets/foo.txt | 1 + 3 files changed, 2 insertions(+) create mode 100644 tests/pkgs/assets/__init__.py create mode 100644 tests/pkgs/assets/dir/fizz.txt create mode 100644 tests/pkgs/assets/foo.txt (limited to 'tests/pkgs') diff --git a/tests/pkgs/assets/__init__.py b/tests/pkgs/assets/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/tests/pkgs/assets/dir/fizz.txt b/tests/pkgs/assets/dir/fizz.txt new file mode 100644 index 000000000..99f1ea4a2 --- /dev/null +++ b/tests/pkgs/assets/dir/fizz.txt @@ -0,0 +1 @@ +buzz diff --git a/tests/pkgs/assets/foo.txt b/tests/pkgs/assets/foo.txt new file mode 100644 index 000000000..5716ca598 --- /dev/null +++ b/tests/pkgs/assets/foo.txt @@ -0,0 +1 @@ +bar -- cgit v1.2.3