vipmax / edgo

Yet another console text editor, but with lsp support
MIT License
32 stars 0 forks source link

Please add support pytest #1

Closed qwertzy-antonio-godinho closed 1 year ago

qwertzy-antonio-godinho commented 1 year ago

Please add support for python pytest test execution. Changing internal/ui/tests.go line 158 unitest to pytest seems to work ok, but would be great to have support for setting the test runner in the configuration along with it's flags.

vipmax commented 1 year ago
Screenshot 2023-10-06 at 4 38 17 PM
vipmax commented 1 year ago

changed python tests to pytest by default