From acf7113158fa23a7a7b98d19d168c1b3e89ec697 Mon Sep 17 00:00:00 2001 From: roll Date: Thu, 7 Sep 2023 15:59:27 +0100 Subject: [PATCH] Bootstrapped tests --- tests/models/test_schema.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/models/test_schema.py b/tests/models/test_schema.py index e69de29..4a69331 100644 --- a/tests/models/test_schema.py +++ b/tests/models/test_schema.py @@ -0,0 +1,6 @@ +from dpspecs import Schema + + +def test_error(): + schema = Schema(fields=[]) + assert schema.fields == []