Skip to content

A function that displays a list of the last 5 operations performed by the client

Notifications You must be signed in to change notification settings

RomanPecheritsa/Last5BankTransactions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Курсовая работа №3


Описание работы

Функция, которая выводит на экран список из 5 последних выполненных клиентом операций

# Пример вывода для одной операции:
14.10.2018 Перевод организации
Visa Platinum 7000 79** **** 6361 -> Счет **9638
82771.72 руб.

Виртуальное окружение

  • poetry

Используемые библиотеки

  • json
  • datetime
  • os.path

Тестирование

  • pytest / pytest-cov

Начало работы

Клонирование репозитория

git clone git@github.com:RomanPecheritsa/coursework3.git

Настройка зависимостей poetry

Установка poetry https://python-poetry.org/docs/

cd coursework3/
poetry install
poetry shell

Запуск проекта

go

Запуск тестирования и показ процента покрытия

pytest --cov coursework3 --cov-report term-missing

About

A function that displays a list of the last 5 operations performed by the client

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages