Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 582 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 582 Bytes

This repo demonstrates the usage of 'pytest'. Download pytest with the command below.

pip install -U pytest

Inside the project I document how and why pytest will work when called from the terminal with the 'pytest' command assuming your working directory is the project's folder.

As written this test demo will pass 7 tests in two files.

License

This project is licensed under the GNU Public License as mentioned in the included LICENSE file. If you have not received a copy of the GNU General Public License along with these files see https://www.gnu.org/licenses/.