https://github.com/thatquietkid/tdd-bdd-final-project
https://github.com/thatquietkid/tdd-bdd-final-project
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/thatquietkid/tdd-bdd-final-project
- Owner: thatquietkid
- License: apache-2.0
- Created: 2024-10-24T16:36:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T17:03:18.000Z (7 months ago)
- Last Synced: 2025-02-09T20:29:16.427Z (3 months ago)
- Language: Python
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TDD / BDD Final Project Template
This repository contains the template to be used for the Final Project for the Coursera course **Introduction to TDD/BDD**.
## Usage
This repository is to be used as a template to create your own repository in your own GitHub account. No need to Fork it as it has been set up as a Template. This will avoid confusion when making Pull Requests in the future.
From the GitHub **Code** page, press the green **Use this template** button to create your own repository from this template.
Name your repo: `tdd-bdd-final-project`.
## Setup
After entering the lab environment you will need to run the `setup.sh` script in the `./bin` folder to install the prerequisite software.
```bash
bash bin/setup.sh
```Then you must exit the shell and start a new one for the Python virtual environment to be activated.
```bash
exit
```## Tasks
In this project you will use good Test Driven Development (TDD) and Behavior Driven Development (BDD) techniques to write TDD test cases, BDD scenarios, and code, updating the following files:
```bash
tests/test_models.py
tests/test_routes.py
service/routes.py
features/products.feature
features/steps/load_steps.py
```You will be given partial implementations in each of these files to get you started. Use those implementations as examples of the code you should write.
## License
Licensed under the Apache License. See [LICENSE](/LICENSE)
## Author
John Rofrano, Senior Technical Staff Member, DevOps Champion, @ IBM Research
##
© IBM Corporation 2023. All rights reserved.