The purpose of this project is write unit tests to test the cards code. There are classes to test and find the error from the code
Version 3.6
Process:
1.Run Python3 2.Connect local directory to GitHub (assumed you have already create GitHub account)
- git init
- git add *
- git commit -m “messages”
- git push -u origin master
- Access into your virtual environment
- virtualenv —python=python3 filename
- source filename/bin/activate
- Install necessary modules to run the tests
- pip3 install requests