Skip to content

yeldmitrenko/python-lab3-oop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python_Lab_3

  • Write code to lab 2 task
  • Use python code convention
  • Classes must be in different packets
  • Clonsole interraction must be minimal
  • Code must include only those classes, which are described in class diagram
  • Class attributes/methods and their visibility must coincide with values from class diagram
  • Sorting must be implemented in separate method
  • Code must be uploaded in separate branch as pull request
  • For checking your code, you should create separate class, which contains main method

To run in console:

Python_Lab_4

  • Write tests to lab 3
  • Tests coverage should be 70%
  • Code must be in separate pull request

To run tests:

  • Clone/Download lab_4 branch
  • Go into repo folder
  • Type python -m unittest

Releases

No releases published

Packages

No packages published

Languages