Skip to content

ssciwr/agentic-test-driven-development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT GitHub Workflow Status codecov

WORK IN PROGRESS...

A sample Python project to accompany the SSC compact course "Agentic Test-Driven Development".

The project is a simple implementation of the game "tic-tac-toe" including a test suite.

Continuous integration is set up using Github actions and codecov which automatically run the tests and display a coverage report whenever a pull request is made.

Getting started

To clone the repo and do an editable install of the package:

git clone https://github.com/ssciwr/agentic-test-driven-development.git
cd agentic-test-driven-development
python -m pip install --editable '.[tests]'

To run the tests:

python -m pytest

To play the tic-tac-toe game on a 4x4 board:

tic-tac-toe --size 4

screenshot

Acknowledgments

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors