Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
arosics
Commits
c27aa875
Commit
c27aa875
authored
Dec 15, 2021
by
Daniel Scheffler
Browse files
Replace nose2.main() with pytest.main().
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
d16d7ba9
Pipeline
#36265
failed with stage
in 4 minutes and 43 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/test_COREG.py
View file @
c27aa875
...
...
@@ -359,5 +359,5 @@ class CompleteWorkflow_INTER1_S2A_S2A(unittest.TestCase):
if
__name__
==
'__main__'
:
import
nose2
nose2
.
main
()
import
pytest
pytest
.
main
()
tests/test_COREG_LOCAL.py
View file @
c27aa875
...
...
@@ -201,5 +201,5 @@ class CompleteWorkflow_INTER1_S2A_S2A(unittest.TestCase):
if
__name__
==
'__main__'
:
import
nose2
nose2
.
main
()
import
pytest
pytest
.
main
()
tests/test_tie_point_grid.py
View file @
c27aa875
...
...
@@ -134,5 +134,5 @@ class Test_Tie_Point_Grid(unittest.TestCase):
if
__name__
==
'__main__'
:
import
nose2
nose2
.
main
()
import
pytest
pytest
.
main
()
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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