From a2a0b9a5e01b164a9d3ecf52180837a0fe0b70e1 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 25 Aug 2024 12:21:33 -0400 Subject: [PATCH] Added a test so the test runner succeeds. --- __init__.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/__init__.py b/__init__.py index 3872732..f015636 100644 --- a/__init__.py +++ b/__init__.py @@ -1,3 +1,10 @@ +""" +A trivial test to allow the runner to pass. + +>>> __name__ +'coherent.cli' +""" + __requires__ = [ 'coherent.build', 'coherent.test',