extinctsion / easyPythonpi

A python library for the beginners. The program includes simple calulations. Genuine PRs will be merged without delays
https://pypi.org/project/easyPythonpi/
14 stars 36 forks source link

73 fix failing tests and format files #82

Closed AndrewHUNGNguyen closed 8 months ago

extinctsion commented 8 months ago

Why did test cases not run on this pull request?

extinctsion commented 8 months ago

Only black and isort ran on this PR

AndrewHUNGNguyen commented 8 months ago

I see things "Run tests on pull request / test (3.8, ubuntu-latest) (pull_request) " and "Run checks using black and isort to maintain code structure / test (3.7, ubuntu-latest)" in the all checks have passed. What could be different?

extinctsion commented 8 months ago

Oh wait, it was my mistake. I was checking from the app and it showed me the test only for isort and black. Rest test cases were not shown.

I see all the tests passing now, hence merging with the main branch.