Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C curvepy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • NumerikGang
  • curvepy
  • Merge requests
  • !8

Merged
Created Sep 19, 2021 by lars.quentin@lars.quentin💬Owner

Get a passing pipeline!

  • Overview 0
  • Commits 7
  • 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
Reviewer
Request review from
Time tracking
Source branch: make_pipeline_happy