We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7d83f commit aa95fe9Copy full SHA for aa95fe9
monolith/README.md
@@ -85,15 +85,4 @@ docker build -t atdd-accelerator-template-python .
85
### Running with Docker
86
```bash
87
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.
+```
0 commit comments