moohaad / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

unittest on Remote Interpreter #201

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Setup PyScripter (v1.9.9.2) to use Remote Interpreter
2. Write or load a script that uses the unittest module (using the Test
Wizard for example)
3. Run the script

All tests should be run, but we get this instead:

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
Exit code:  False 

Doesn't matter how many tests are there in your script, none of them will
run on the remote interpreter.

Using PyScripter 1.9.9.2 on Windows Vista (Python 2.5.1, Rpyc 2.60)

Note: using the internal interpreter the unittest script works as expected.

Original issue reported on code.google.com by rhcarva...@gmail.com on 12 Mar 2008 at 12:04

GoogleCodeExporter commented 9 years ago
Fixed in version control.

I have another very weird problem with the Unit test form and Python 3.0, with 
an
error happening when running the tests. 

Original comment by pyscripter on 12 Mar 2008 at 2:23

GoogleCodeExporter commented 9 years ago
Python 3.0 problem fixed.  Please update your version of Rpyc with the latest 
one
from rpyc.sf.net.

Original comment by pyscripter on 13 Mar 2008 at 2:10