Skip to content
/ TTD-Basic-Template Public template

Just a simple template a made based on a tutorial from mCoding on youtube.

License

Notifications You must be signed in to change notification settings

Krytos/TTD-Basic-Template

Repository files navigation

TTD-Template-Testing Starter Project

Tests

Introduction

A starter project to show how to set up and use automated testing in Python. This template is based on a tutorial by mCoding on YouTube and aims to provide a straightforward way to begin with test-driven development.

Getting Started

Prerequisites

  • Python 3.x
  • Other necessary dependencies listed in requirements.txt

Installation

  1. Clone the repository:

    git clone https://github.com/Krytos/TTD-Basic-Template.git

  2. Install dependencies:

    pip install -r requirements.txt

Usage

Since it's a template, you can use it as a starting point for your own projects. The project is set up to use GitHub Actions to run tests automatically on every push to the repository. You can also run the tests locally by running pytest, flake8 and tox in the root directory of the project.

Contributing

If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

Issues

Feel free to submit issues and enhancement requests.

License

MIT License. See LICENSE for more information.

Acknowledgments

  • Based on a tutorial by mCoding on YouTube.

About

Just a simple template a made based on a tutorial from mCoding on youtube.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages