Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.16 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.16 KB

License: MIT GitHub Workflow Status

A simple Python project including a test suite to accompany the SSC compact course "Introduction to Python Testing".

Continuous integration is set up using Github actions which automatically runs the tests whenever a pull request is made.

Getting started

To clone the repo:

git clone https://github.com/ssciwr/python-testing-intro.git
cd python-testing-intro

To install the required Python libraries:

python -m pip install -r requirements.txt

To run the tests:

python -m pytest

Acknowledgments

This repository was set up using the SSC Cookiecutter for Python Packages.