Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geoarray
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Daniel Scheffler
geoarray
Merge requests
!20
You need to sign in or sign up before continuing.
Enhancement/revise tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Enhancement/revise tests
enhancement/revise_tests
into
master
Overview
0
Commits
2
Pipelines
1
Changes
7
Merged
Daniel Scheffler
requested to merge
enhancement/revise_tests
into
master
4 years ago
Overview
0
Commits
2
Pipelines
1
Changes
7
Expand
Revised tests.
Added 'parameterized' as test requirement.
Replaced deprecated numpy data types with builtin types.
Fixed dead link in the docs.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
87ef6233
2 commits,
4 years ago
7 files
+
240
−
595
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
3
−
2
Options
@@ -14,8 +14,9 @@ test_geoarray:
-
source /root/miniconda3/bin/activate ci_env
# update py_tools_ds
-
pip install -U py_tools_ds
# FIXME Remove as soon as docker container is rebuilt
-
conda install -c conda-forge cartopy
# FIXME Remove as soon as docker container is rebuilt
-
pip install -U py_tools_ds -q
-
pip install parameterized -q
# TODO remove as soon as CI runner is rebuilt
# run tests
-
make nosetests
Loading