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