mkinney

Results 121 comments of mkinney

Possibly with "Adding Static Menu Items With a Nib File" see https://stackoverflow.com/a/33688018/3133889

I'll create a PR that uses a box that has both shortly.

I was able to `vagrant up`, then `vagrant ssh`, clone the hello world, build and run it. ``` boot hello | tail -n 2 [ SUCCESS ] process exited ```

Forgot to mention that multiple instances works on this branch. See https://github.com/mkinney/mech/blob/multi-pr/tests/int/two_ubuntu/Mechfile

I have not added any unit tests, mainly because I don't really understand how to implement them based on the docstrings being functional arguments. But, I've added most functionality integration...

Created https://github.com/mechboxes/mech/pull/71

BTW, I have since added unittests. They take under 2 seconds to run (with 4 procs): ``` mikekinney@sweet mkinney_mech % pytest --cov mech ================================================== test session starts =================================================== platform darwin...

Added zsh and bash completions. See https://github.com/mechboxes/mech/pull/71

Added unit and integration tests in https://github.com/mechboxes/mech/pull/71

``` mikekinney@sweet mkinney_mech % pytest --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, xdist-1.31.0, forked-1.1.3, cov-2.8.1 gw0...