[Pydev-users] importing test code, that is below normal code
Brought to you by:
fabioz
From: peter <com...@ya...> - 2015-12-08 11:39:24
|
hi, from the commandline in can run: python -m code/tests/distance_test in the test class i got: from code.find-1-motif-brute-force import y,x,z tests are under tests, and code is in code. how can i do this with eclipse/pydev? |