Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
finam
Manage
Activity
Members
Labels
Plan
Issues
31
Issue boards
Milestones
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FINAM
finam
Merge requests
!127
Doc-tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Doc-tests
doc-tests
into
main
Overview
0
Commits
15
Pipelines
18
Changes
14
Merged
Martin Lange
requested to merge
doc-tests
into
main
2 years ago
Overview
0
Commits
15
Pipelines
18
Changes
1
Expand
Add testing for code examples in docs
Edited
2 years ago
by
Martin Lange
👍
0
👎
0
Merge request reports
Viewing commit
c070e2cf
Prev
Next
Show latest version
1 file
+
111
−
17
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
c070e2cf
add tests for chapter on connect phase
· c070e2cf
Martin Lange
authored
2 years ago
.gitlab-ci.yml
+
6
−
0
Options
@@ -29,6 +29,12 @@ test:
paths
:
-
cov
doctest
:
stage
:
test
script
:
-
pip3 install --editable .[doc]
-
sphinx-build -b doctest docs/source docs/build
documentation
:
stage
:
build
script
:
Loading