TDD with Python / Django - Introduction

จาก Morange Wiki
รุ่นแก้ไขเมื่อ 06:49, 24 ตุลาคม 2559 โดย Seksan Poltree (คุย | มีส่วนร่วม)
(ต่าง) ←รุ่นแก้ไขก่อนหน้า | รุ่นแก้ไขล่าสุด (ต่าง) | รุ่นแก้ไขถัดไป→ (ต่าง)

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