From 9cf574b8e71e7549dc9d7f00ce3cc06818f0817e Mon Sep 17 00:00:00 2001 From: MarkusJoe Date: Sun, 27 Mar 2022 18:32:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86=E5=BF=AB=E9=80=9F?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=95=B0=E6=8D=AE=E5=BA=93=E7=9A=84=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E7=A8=8B=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/tests/test_db.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app/tests/test_db.py diff --git a/app/tests/test_db.py b/app/tests/test_db.py new file mode 100644 index 0000000..307cd00 --- /dev/null +++ b/app/tests/test_db.py @@ -0,0 +1,11 @@ +#!/usr/bin/env python3 +# -- coding:utf-8 -- +# @Author: markushammered@gmail.com +# @Development Tool: PyCharm +# @Create Time: 2022/3/27 +# @File Name: test_db.py + + +from app.db.db import SQLite + +db = SQLite()