Skip to content

Commit aa95fe9

Browse files
Remove ATDD development section from README.md
1 parent bf7d83f commit aa95fe9

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

monolith/README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,4 @@ docker build -t atdd-accelerator-template-python .
8585
### Running with Docker
8686
```bash
8787
docker run -p 8080:8080 atdd-accelerator-template-python
88-
```
89-
90-
## ATDD Development
91-
92-
This is a walking skeleton designed for ATDD development. To add features:
93-
94-
1. Write a failing acceptance test
95-
2. Write minimal code to make it pass
96-
3. Refactor if needed
97-
4. Repeat
98-
99-
Follow the TODO comments in `src/main.py` to add your features using the ATDD approach.
88+
```

0 commit comments

Comments
 (0)