From 25114fe94b35f2e92744e4ae58c68fe7c26c4086 Mon Sep 17 00:00:00 2001 From: kamangir Date: Sat, 17 Feb 2024 20:41:40 -0800 Subject: [PATCH] lint - kamangir/bolt#1234 --- abcli/__init__.py | 2 +- abcli/tests/test_abcli.py | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 abcli/tests/test_abcli.py diff --git a/abcli/__init__.py b/abcli/__init__.py index 98447406..f834519c 100644 --- a/abcli/__init__.py +++ b/abcli/__init__.py @@ -5,7 +5,7 @@ NAME = "abcli" -VERSION = "7.2686.1" +VERSION = "7.2687.1" DESCRIPTION = "🚀 a language to speak AI." diff --git a/abcli/tests/test_abcli.py b/abcli/tests/test_abcli.py new file mode 100644 index 00000000..64009a8e --- /dev/null +++ b/abcli/tests/test_abcli.py @@ -0,0 +1,9 @@ +"""test for abcli.fullname() +""" + +from abcli import fullname + + +def test_abcli(): + """test for abcli.fullname()""" + assert fullname()