From e79ae8281177eda02d3907a3d7ed8baf21b5cfeb Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Fri, 4 Sep 2026 19:09:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20test=20=E2=86=92=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/{test.yml => tests.yml} | 2 +- README.md | 2 +- {test => tests}/test_cli.py | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{test.yml => tests.yml} (98%) rename {test => tests}/test_cli.py (100%) diff --git a/.github/workflows/test.yml b/.github/workflows/tests.yml similarity index 98% rename from .github/workflows/test.yml rename to .github/workflows/tests.yml index 087df43..41c6931 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -name: Test +name: Tests on: push: diff --git a/README.md b/README.md index 8a4988f..5831d90 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ repository. that contains more than one path. It is read-only: it reports duplicates but does not remove or otherwise modify any files. -[![Test](https://github.com/mikegerber/git-annex-duplicates/actions/workflows/test.yml/badge.svg)](https://github.com/mikegerber/git-annex-duplicates/actions/workflows/test.yml) +[![Tests](https://github.com/mikegerber/git-annex-duplicates/actions/workflows/tests.yml/badge.svg)](https://github.com/mikegerber/git-annex-duplicates/actions/workflows/tests.yml) ## Requirements diff --git a/test/test_cli.py b/tests/test_cli.py similarity index 100% rename from test/test_cli.py rename to tests/test_cli.py