summaryrefslogtreecommitdiffhomepage
path: root/.env
diff options
context:
space:
mode:
authorImcom Jin <jinyu.bjut@gmail.com>2020-08-31 17:58:01 +0800
committerImcom Jin <jinyu.bjut@gmail.com>2020-08-31 17:58:01 +0800
commitaf37271526725a3f1c4b89ab2c1a1f4e9d4f27c2 (patch)
treea42f8775eaf99c4eed8e45705289f2a0337a318a /.env
parenta4d5d004cc3d97c90de0c2d91f2312525e055d68 (diff)
added `.env` file for vscode to find test/lib module
replace `is not` exp in *_test.py files to suppress python syntax warning with py3
Diffstat (limited to '.env')
-rw-r--r--.env1
1 files changed, 1 insertions, 0 deletions
diff --git a/.env b/.env
new file mode 100644
index 00000000..abcde1f9
--- /dev/null
+++ b/.env
@@ -0,0 +1 @@
+PYTHONPATH=./test \ No newline at end of file