autonose
autonose copied to clipboard
autotest-like runner for nosetests
Without activating the virtualenv, I get the expected errors, that some modules are missing. Say, if my project uses SQLAlchemy, it will fail, because SA is only available in the...
Some text editors delete or moves a file before saving the edited file. autonose occasionally crash when it tries to detect modification time while the file is temporarily deleted. ```...
Autonose terminates with the following traceback when setUpClass() raises an error: ``` Traceback (most recent call last): File "/home/lieryan/.cache/0install.net/implementations/sha256=69730523263f37581d813bf443f6ca9d528055968d95124d1558baebd0a4f5ec/paragram/process/base_process.py", line 209, in _run self._target(self, *self._args, **self._kwargs) File "/home/lieryan/Projects/autonose/autonose/runner.py", line 194,...
There is a bug in Ubuntu which causes autonose's startup time to be considerably long. It produces this error in the console: ``` Error creating proxy: Error calling StartServiceByName for...
from @teleyinex's comment to issue #13 full log at http://paste.ubuntu.com/943730/, reproduced here for longevity: ``` Traceback (most recent call last): File "/home/teleyinex/Proyectos/PyBossa/pybossa/env/lib/python2.6/site-packages/paragram/process/base_process.py", line 254, in _receive handler(*args) File "/home/teleyinex/Proyectos/PyBossa/pybossa/env/lib/python2.6/site-packages/paragram/process/base_process.py", line...
Traceback (most recent call last): File "/home/eka/.virtualenvs/client/local/lib/python2.7/site-packages/autonose/runner.py", line 163, in init_ui App = default_app() File "/home/eka/.virtualenvs/client/local/lib/python2.7/site-packages/autonose/ui/platform.py", line 7, in default_app from gtkapp import App File "/home/eka/.virtualenvs/client/local/lib/python2.7/site-packages/autonose/ui/gtkapp.py", line 15, in from...
If I try to call skipTest("Some comment") inside my test function, autonose launched from 0launch (and which has UI) crashes. autonose launched from 0launch with --console key exits upon execution....
many tests are failing, and I can't remember why that would be. This is a reminder to investigate this...
I used autonose successfully for the better part of a day, and now when I start it up it runs the first set of tests and then fails with "Too...
Should probably have sorting to show failed tests up top, or a method of jumping between them.