mkinney

Results 121 comments of mkinney

``` mikekinney@sweet mkinney_mech % pytest --cov-report term-missing --cov mech ========================================================= test session starts ========================================================= platform darwin -- Python 3.7.6, pytest-5.3.5, py-1.8.1, pluggy-0.13.1 rootdir: /Users/mikekinney/python/mkinney_mech, inifile: pytest.ini plugins: mock-2.0.0, cov-2.8.1 collected...

``` mikekinney@sweet int % pwd /Users/mikekinney/python/mkinney_mech/tests/int mikekinney@sweet int % date; ./all; date Mon Feb 10 17:15:59 PST 2020 ✓ help ✓ no args ✓ version 3 tests, 0 failures ✓...

Thanks. Anything you want to see added? I'm kind of at a good stopping point.

There really is no way to break this up. Most of the code has been re-written. Do you have any suggestions on how that might be done?

There has been very little development or responses on the issues in this repo. I have almost solved all of the issues in this PR. I understand that it is...

``` mikekinney@sweet mkinney_mech % pytest -m"int or not int" ================================================== test session starts =================================================== platform darwin -- Python 3.7.6, pytest-5.3.5, py-1.8.1, pluggy-0.13.1 rootdir: /Users/mikekinney/python/mkinney_mech, inifile: pytest.ini plugins: mock-2.0.0, xdist-1.31.0, forked-1.1.3,...

How would you review this any differently than broken up?

I am familiar with cherry picking and small PRs. I get that smaller changes are easier to review/merge. However, quite a few core code changes have been made. (ex: removed...

Perhaps I should request to be a contributor to this repo per a suggestion found here: https://opensource.stackexchange.com/questions/4184/what-should-i-do-if-maintainers-are-unresponsive-how-can-i-become-a-maintainer

BTW, I do value the feedback. I get that others have really good input on how to implement things. I want to make mech the best tool possible. If there...