TDD with Python / Django - Introduction

จาก Morange Wiki

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

References