ผลต่างระหว่างรุ่นของ "TDD with Python / Django - Introduction"
จาก Morange Wiki
(→Prerequisite) |
|||
แถว 22: | แถว 22: | ||
* TDD with Django / Unit testing | * TDD with Django / Unit testing | ||
− | + | == References == | |
+ | * [http://chimera.labs.oreilly.com/books/1234000000754/index.html Test-Driven Development with Python] |
รุ่นแก้ไขปัจจุบันเมื่อ 06:49, 24 ตุลาคม 2559
เนื้อหา
Prerequisite
- เคยเขียน Python ได้เล็กน้อย หรืออ่านโค้ด Python ได้
- เครื่องคอม ฯ ลง Python , pip และ Git
Environment Setup
- Python installation / pip
- Gitlab setting
TDD Concept
- Why TDD
- Functional testing and Unit testing
- Test Driven Development cycle
TDD with Python
- Python testsuit / Unit testing
- Code Kata or Exercise
TDD with Django
- Introduction to Django framework
- Quick start with Django
- TDD with Django / Unit testing