Add section [TITLE]
This commit is contained in:
12
api/_1_title_test.py
Normal file
12
api/_1_title_test.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from _project import *
|
||||
from _1_title import *
|
||||
|
||||
open_project("net")
|
||||
|
||||
print(have_title("net"))
|
||||
set_title("net", "xxx")
|
||||
print(have_title("net"))
|
||||
unset_title("net")
|
||||
print(have_title("net"))
|
||||
|
||||
close_project("net")
|
||||
Reference in New Issue
Block a user