Skip to content

Funnear/fraction_algebra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Fraction Algebra

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.

License

Boost Software License 1.0

Copyright (c) 2020 Faniia Prazdnikova

Usage

To use Fraction class make import in Python console or in other Python script:

from fraction.fraction import Fraction

Unit Tests execution

Run in terminal in the project's root directory:

python3 -m pytest

About

Python study and portfolio project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages