From 4ccc9cf0a0f56f931c79b42df078ac313bd0b5b7 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 27 Nov 2025 16:27:21 +0000 Subject: tests: Test reader end-to-end, don't test specific functions. This makes the tests less fragile—that is, less subject to breakage due to code refactoring. And, we can be more confident that the reader actually works end-to-end. --- test-data/workflow-with-a-file-input.cwl | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test-data/workflow-with-a-file-input.cwl (limited to 'test-data/workflow-with-a-file-input.cwl') diff --git a/test-data/workflow-with-a-file-input.cwl b/test-data/workflow-with-a-file-input.cwl new file mode 100644 index 0000000..ba3ab95 --- /dev/null +++ b/test-data/workflow-with-a-file-input.cwl @@ -0,0 +1,4 @@ +class: Workflow +inputs: + foo: File +outputs: [] -- cgit 1.4.1