From edb8cad5d691eebcf3e964cb9c84e879480a5b62 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.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/dataforge_fixtures/sample.json diff --git a/tests/dataforge_fixtures/sample.json b/tests/dataforge_fixtures/sample.json new file mode 100644 index 0000000..df88e9e --- /dev/null +++ b/tests/dataforge_fixtures/sample.json @@ -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"] +}