Skip to content

ArturSkrzeta/Unit-and-Integration-Tests-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Units And Integration Tests in Python

Intro

  • With the testing code I can perform automated tests on the main app code if some errors/bugs occur.
  • Test are being performed giving it example data to be processed by functions and to be placed in a proper data structure.
  • Test are performed on units of a simple blog applicaton with its posts.
  • Additional feature of the app is converting JSON into Object Oriented Programming code.

Demo

About

Writing code to a code that already exists in order to verify correctness of function's work. That makes us sure the code works in accordance to programmer assumptions and software requirements.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published