Remove old test suite in module bfxapi.tests.

This commit is contained in:
Davide Casale
2023-10-26 06:56:09 +02:00
parent b082891c41
commit 77494de9ef
7 changed files with 0 additions and 146 deletions

View File

@@ -27,5 +27,3 @@ jobs:
run: python -m pylint bfxapi
- name: Run mypy to check the correctness of type hinting (and fail if any error or warning is found)
run: python -m mypy bfxapi
- name: Execute project's unit tests (unittest)
run: python -m unittest bfxapi.tests