Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
interfaceTest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Schedules
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
zhaihuitao
interfaceTest
Commits
0099626c
Commit
0099626c
authored
Dec 16, 2020
by
zhaihuitao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
4432c839
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
13 deletions
+12
-13
workspace.xml
.idea/workspace.xml
+11
-12
game_event.py
testcase/game/game_event.py
+1
-1
No files found.
.idea/workspace.xml
View file @
0099626c
...
...
@@ -20,9 +20,7 @@
</component>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"d0064643-2990-4ed3-bfb0-875849b30f4e"
name=
"Default"
comment=
"update"
>
<change
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/testcase/game/game_event.py"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/testcase/game/game_event.py"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/testcase/run_all_cases.py"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/testcase/run_all_cases.py"
afterDir=
"false"
/>
</list>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
...
...
@@ -445,13 +443,6 @@
<updated>
1596505503233
</updated>
<workItem
from=
"1596786333197"
duration=
"228000"
/>
</task>
<task
id=
"LOCAL-00037"
summary=
"update"
>
<created>
1598324138933
</created>
<option
name=
"number"
value=
"00037"
/>
<option
name=
"presentableId"
value=
"LOCAL-00037"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1598324138933
</updated>
</task>
<task
id=
"LOCAL-00038"
summary=
"update"
>
<created>
1598596354765
</created>
<option
name=
"number"
value=
"00038"
/>
...
...
@@ -788,7 +779,14 @@
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1608119153721
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"86"
/>
<task
id=
"LOCAL-00086"
summary=
"update"
>
<created>
1608120173227
</created>
<option
name=
"number"
value=
"00086"
/>
<option
name=
"presentableId"
value=
"LOCAL-00086"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1608120173227
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"87"
/>
<servers
/>
</component>
<component
name=
"TodoView"
>
...
...
@@ -856,10 +854,10 @@
</state>
<state
x=
"149"
y=
"25"
width=
"982"
height=
"728"
key=
"SettingsEditor/0.0.1280.800@0.0.1280.800"
timestamp=
"1608117997488"
/>
<state
x=
"149"
y=
"25"
width=
"982"
height=
"716"
key=
"SettingsEditor/0.25.1280.716@0.25.1280.716"
timestamp=
"1606734406260"
/>
<state
x=
"240"
y=
"106"
key=
"Vcs.Push.Dialog.v2"
timestamp=
"16081
19155711
"
>
<state
x=
"240"
y=
"106"
key=
"Vcs.Push.Dialog.v2"
timestamp=
"16081
20175150
"
>
<screen
x=
"0"
y=
"0"
width=
"1280"
height=
"800"
/>
</state>
<state
x=
"240"
y=
"106"
key=
"Vcs.Push.Dialog.v2/0.0.1280.800@0.0.1280.800"
timestamp=
"16081
19155711
"
/>
<state
x=
"240"
y=
"106"
key=
"Vcs.Push.Dialog.v2/0.0.1280.800@0.0.1280.800"
timestamp=
"16081
20175150
"
/>
<state
x=
"240"
y=
"120"
key=
"Vcs.Push.Dialog.v2/0.25.1280.716@0.25.1280.716"
timestamp=
"1606734542701"
/>
</component>
</project>
\ No newline at end of file
testcase/game/game_event.py
View file @
0099626c
...
...
@@ -11,7 +11,7 @@ from testcase.game.game_param import allevent
rootPath = os.path.split(curPath)[0]
sys.path.append(rootPath)'''
base_dir
=
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))
sys
.
path
.
append
(
base_dir
)
sys
.
path
.
append
(
[
'/Users/zhaihuitao/PycharmProjects/TKIO/interfaceTest/testcase'
]
)
lst
=
[]
newList
=
[
'195713813811'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment