Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

feat: Add new exception and little bi format code #103

feat: Add new exception and little bi format code

feat: Add new exception and little bi format code #103

Workflow file for this run

name: "Check assets and verify"
on: [push]
jobs:
assests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: "Install dependencies"
run: |
pip install -r requirements.txt
- name: "Install pytest"
run: |
pip install pytest
- name: "Run tests"
run: |
python -m pytest test.py -v