Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • I ImageMatching
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Custom issue tracker
    • Custom issue tracker
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • repos
  • generated-data-platform
  • ImageMatching
  • Merge requests
  • !3

Add pytest support

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Gmodena requested to merge github/fork/gmodena/add-pytest-support into main Feb 15, 2021
  • Overview 0
  • Commits 5
  • Pipelines 0
  • Changes 8

Created by: gmodena

This PR adds basic testing capabilities to the project.

Changes are a WIP and should be merged after #1 and #2.

The test suite can be invoked either by calling pytest with

pytest

Or via GNU make with:

make test

A dependency on pytest-spark fixtures has been added.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/gmodena/add-pytest-support