This project is created by @Funnear as a part of Python programming study and for her portfolio.
The project contains one class - 'Fraction' that is used to demonstrate Fraction Algebra in human readable format. It also has unit tests designed using PyTest framework.
Copyright (c) 2020 Faniia Prazdnikova
To use Fraction class make import in Python console or in other Python script:
from fraction.fraction import Fraction
Run in terminal in the project's root directory:
python3 -m pytest