shangyiy / Design-Pattern-File-System-TDD

Taipei Tech Spring 2018 Design Pattern final project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FileSystem

Taipei Tech Spring 2018 Design Pattern final project

• Implement Unix File System function with Test-Driven Development

• Final Project for CSIE 241563 Spring 2018 Design Patterns

  • composite pattern
  • proxy pattern
  • iterator pattern
  • visitor pattern

Requirements

Install pytest by following step,

Python 2:

$ pip install pytest

Python 3:

$ pip3 install pytest

Run the command "pytest" under the test folder to see the test result.

About

Taipei Tech Spring 2018 Design Pattern final project


Languages

Language:Python 100.0%