PyTest icon indicating copy to clipboard operation
PyTest copied to clipboard

pytest runner and view annotator for sublime text

Results 11 PyTest issues
Sort by recently updated
recently updated
newest added

Newer Sublime defaults to the `auto` theme. But we cannot patch this as we first have to resolve between which themes Sublime actually switches. Implement this as it is the...

help wanted

I believe this package would be more rounded if it provided an easy way to jump between implementation and test like this nice little package allows: https://packagecontrol.io/packages/Test%20Switcher

What about displaying the current test status in the status bar: Like so ``` [12 | 3 ] - 12 passed, 3 failed ``` Or even with test coverage: ```...

@kaste First of all a Big Thanks for putting up this very facile plugin! Visual Studio annotates functions with symbols indicating whether they passed a test or whether test coverage...

I believe a great enhancement for this package would be a command to create test stubs. Such would parallel a function many IDEs, like Visual Studio, provide to make the...

T.i. write a minimal syntax file.

help wanted

I like sublime, so i want to use sublime instead of pycharm. How to configure pytest in sublime to run pytest with sublime? pytest version ![image](https://user-images.githubusercontent.com/386347/57785226-e3461780-7763-11e9-949a-a99bc54dfb8d.png) python build setting (sublime...

The output pytest generates is just too long and verbose. A standard view is probably better bc you can move such views around.

Waiting for tests in background and looking just at status bar is kinda confusing.