Tim Cuthbertson
Tim Cuthbertson
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...
many tests are failing, and I can't remember why that would be. This is a reminder to investigate this...
Should probably have sorting to show failed tests up top, or a method of jumping between them.
given a large test set to be run, autonose should order them so that tests are run in order of: - most relevance (as measured by the percentage of test...
when testing google appengine projects with NoseGAE, autonose fails while retrieving test.address() because the nose code looks in sys.modules, and the module is no longer present.
for quick feedback, you might not want every file that transitively depends on your code to be re-run every time a change is made. so we should add a flag...
right now we use snakefood to determine dependencies (via the import statement) statically. It would be better to determine dependencies based on runtime monitoring of the actual tests.
I haven't dug into this too hard yet, I will probably try and get `strace` on it if nobody knows why this isn't working: ``` $ echo -e '1\n2\n3' |...
## Describe the bug The `gotoCmd` option is respected by `textDocument_definition`, but not `workspace_symbol` (it always replaces the current document). From looking at the source, it looks like a few...
(tested on monix 3.4.0) I'm running an async test, where the test body is a Task (because my test scaffolding has async actions based on Task). Within that task, I'm...