Skip to content

Livia-1212/calculator_3_levels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calculator_3_levels

The objective of this assignment created 3 levels of calculator

Basic, Medium and Advanced

  1. Add, Subtract, Multiply, and Divide
  2. Throw exception for divide by zero and test that the exception is thrown
  3. Use at least one class, at least one static method, at least one class method
  4. Store a history of calculations
  5. 100% test coverage, pass pylint, DRY principle
  6. Type hints for input parameter types and return types
  7. Implement a pytest fixture

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages