Skip to content

Simple CRUD library with unit tests and text file DB in json format

License

Notifications You must be signed in to change notification settings

angwonson/basic-crud-pattern-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basic-crud-pattern-python

This shows a basic homemade CRUD library that reads and writes json to text files. The point here is to see pep8, pyflakes and testify in action to verify the unit tests

Requirements: python 3.8.5 testify pyflakes3 pep8

Usage: To set this up simply: cd basic-crud-python && pep8 . && pyflakes . && testify test

I need to convert the testify stuff to pytest but I'll leave that for another day

About

Simple CRUD library with unit tests and text file DB in json format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages