emcache / emcache

A high performance asynchronous Python client for Memcached with full batteries included
MIT License
40 stars 15 forks source link

drop duplication run test, coverage already running tests #180

Open ArtemIsmagilov opened 2 months ago

ArtemIsmagilov commented 2 months ago

make test is convenient for local development. However, with pipeline test coverage, it already runs unit tests. I think we test the code twice. Therefore, at the test coverage stage, you can already receive errors from tests and see code coverage.