Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C curvepy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • NumerikGang
  • curvepy
  • Merge requests
  • !8

Get a passing pipeline!

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Lars Quentin requested to merge make_pipeline_happy into master Sep 19, 2021
  • Overview 0
  • Commits 7
  • Pipelines 0
  • Changes 10

Please explicitly test all test cases on your device! You need pytest for that.

To test the pipeline, you find all infos in the gitlab-ci.yml

The important stuff:

You need some packages

pip install pdoc3 pytest flake8 flake8-bugbear pep8-naming flake8-builtins flake8-comprehensions

Test whether flake8 works via

flake8 --count --statistics --max-line-length=120 --ignore=E731,E125 curvepy

Test pytest via IDE or

python -m pytest -s -v curvepy/tests
Edited Sep 19, 2021 by Lars Quentin
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: make_pipeline_happy