From 2e321daa83f715a40b426884175ce04074623429 Mon Sep 17 00:00:00 2001 From: JanLJL Date: Thu, 27 Feb 2020 13:56:12 +0100 Subject: [PATCH] added missing example coverage --- tests/test_cli.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_cli.py b/tests/test_cli.py index 4933957..51ad441 100755 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 """ -Unit tests for OSACA sample kernels in examples/ +Unit tests for the CLI of OSACA and running the sample kernels in examples/ """ import argparse @@ -57,7 +57,6 @@ class TestCLI(unittest.TestCase): osaca.run(args, output_file=output) def test_examples(self): - return kernels = [ 'add', 'copy',