From beb54ef9060abc3ace9fc2030455208db2a841a3 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Tue, 3 Feb 2026 04:18:42 +0000 Subject: [PATCH] Add tests, fixtures, and CI/CD workflow --- tests/dataforge_fixtures/sample.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/dataforge_fixtures/sample.yaml diff --git a/tests/dataforge_fixtures/sample.yaml b/tests/dataforge_fixtures/sample.yaml new file mode 100644 index 0000000..8e9ecb3 --- /dev/null +++ b/tests/dataforge_fixtures/sample.yaml @@ -0,0 +1,12 @@ +name: test-project +version: 1.0.0 +description: A test project for DataForge CLI +author: Test Author +settings: + debug: true + timeout: 30 + retries: 3 +tags: + - test + - cli + - dataforge