An open API service indexing awesome lists of open source software.

https://github.com/startrug/tdd-project


https://github.com/startrug/tdd-project

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

![Go CI](https://github.com/startrug/tdd-project/actions/workflows/go.yml/badge.svg)
![JavaScript CI](https://github.com/startrug/tdd-project/actions/workflows/js.yml/badge.svg)
![Python CI](https://github.com/startrug/tdd-project/actions/workflows/py.yml/badge.svg)
![Last commit](https://img.shields.io/github/last-commit/startrug/tdd-project?color=9cf&logo=git)
![GitHub top language](https://img.shields.io/github/languages/top/startrug/tdd-project?color=blue)

# TDD project

This is demo project based on Learning Test-Driven Development book written by Saleem Siddiqui.

## Running Tests

To run tests in GO following command should be execude in %TDD_PROJECT_ROOT%/go:

```
$ go test -v
```