atom-python-test
atom-python-test copied to clipboard
Run py.test tests on Atom
[Enter steps to reproduce:] 1. ...From command console chose run all tests. 2. ...from the command line 'pytest' completes and runs all 4 tests successfully. **Atom**: 1.58.0 x64 **Electron**: 9.4.4...
Uncaught NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not ...
[Enter steps to reproduce:] 1. clicked CTRL, ALT + T from pytest.py file **Atom**: 1.53.0 x64 **Electron**: 6.1.12 **OS**: Microsoft Windows 10 Education **Thrown From**: [atom-python-test](https://github.com/pghilardi/atom-python-test) package 1.0.1 ### Stack...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.45.0 x64 **Electron**: 4.2.7 **OS**: Unknown Windows version **Thrown From**: [atom-python-test](https://github.com/pghilardi/atom-python-test) package 1.0.1 ### Stack Trace Uncaught TypeError: Cannot read property...
Since updating to 1.0.0 only if there is an error you will see something in the results dock panel. In `lib/executor/pytest-executor.js` there is nothing done when the BufferedProcess receives an...
Please support pipenv to start unit test without having to source virtualenv prior to launch atom. thx
As of [Atom 1.17](https://github.com/atom/atom/releases/tag/v1.17.0), there's a new Docks feature especially designed for panels like what this package opens. It would simplify usage from a user's point of view, and be...
Is it possible to move the test text-box around? For example, I'd like to have it to the right of my code, rather than below. Ideally, it could be just...
The font and size is different from the font size I have in my Python code. In my case, it's too small and the wrong font. Is it possible to...