Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SMART
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UNI-KLU
SMART
Commits
769b922f
Commit
769b922f
authored
Feb 11, 2020
by
Alexander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moved tests in app folder
parent
53192146
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
3 additions
and
7 deletions
+3
-7
testabc.py
...hub/community-detection-microservice/app/tests/testabc.py
+0
-2
manage_sys_paths.py
...mantic-linking-microservice/app/tests/manage_sys_paths.py
+1
-2
test_HyperGraph.py
...emantic-linking-microservice/app/tests/test_HyperGraph.py
+0
-0
manage_sys_paths.py
src/rest-gateway/app/tests/manage_sys_paths.py
+1
-1
test_blockchain_trace.py
src/rest-gateway/app/tests/test_blockchain_trace.py
+0
-0
manage_sys_paths.py
...race-retrieval-microservice/app/tests/manage_sys_paths.py
+1
-2
test_MessageHandler.py
...e-retrieval-microservice/app/tests/test_MessageHandler.py
+0
-0
No files found.
src/data-hub/community-detection-microservice/app/tests/testabc.py
deleted
100644 → 0
View file @
53192146
print
(
"In test ABC, hello wooorld"
)
#test = 4/0
\ No newline at end of file
src/
transaction-hub-in/trace-retrieval-microservice
/tests/manage_sys_paths.py
→
src/
data-hub/semantic-linking-microservice/app
/tests/manage_sys_paths.py
View file @
769b922f
# add modules folder to interpreter path
import
sys
import
os
modules_paths
=
[
'../
app/'
,
'
../../../modules/'
]
modules_paths
=
[
'../
'
,
'../
../../../modules/'
]
for
path
in
modules_paths
:
if
os
.
path
.
exists
(
path
):
sys
.
path
.
insert
(
1
,
path
)
print
(
f
"added {path}"
)
src/data-hub/semantic-linking-microservice/tests/test_HyperGraph.py
→
src/data-hub/semantic-linking-microservice/
app/
tests/test_HyperGraph.py
View file @
769b922f
File moved
src/rest-gateway/tests/manage_sys_paths.py
→
src/rest-gateway/
app/
tests/manage_sys_paths.py
View file @
769b922f
# add modules folder to interpreter path
import
sys
import
os
modules_paths
=
[
'../
app/'
,
'
../../modules/'
]
modules_paths
=
[
'../
'
,
'../
../../modules/'
]
for
path
in
modules_paths
:
if
os
.
path
.
exists
(
path
):
sys
.
path
.
insert
(
1
,
path
)
src/rest-gateway/tests/test_blockchain_trace.py
→
src/rest-gateway/
app/
tests/test_blockchain_trace.py
View file @
769b922f
File moved
src/
data-hub/semantic-linking-microservice
/tests/manage_sys_paths.py
→
src/
transaction-hub-in/trace-retrieval-microservice/app
/tests/manage_sys_paths.py
View file @
769b922f
# add modules folder to interpreter path
import
sys
import
os
modules_paths
=
[
'../
app/'
,
'
../../../modules/'
]
modules_paths
=
[
'../
'
,
'../
../../../modules/'
]
for
path
in
modules_paths
:
if
os
.
path
.
exists
(
path
):
sys
.
path
.
insert
(
1
,
path
)
print
(
f
"added {path}"
)
src/transaction-hub-in/trace-retrieval-microservice/tests/test_MessageHandler.py
→
src/transaction-hub-in/trace-retrieval-microservice/
app/
tests/test_MessageHandler.py
View file @
769b922f
File moved
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