Re: [Discuss-gnuradio] importing modules in tests

2011-06-22 Thread Ben Reynwar
On Tue, Jun 21, 2011 at 10:01 PM, Ben Reynwar wrote: > On Tue, Jun 21, 2011 at 5:53 PM, Tom Rondeau wrote: >> On Tue, Jun 21, 2011 at 8:13 PM, Ben Reynwar wrote: >>> >>> Hi all, >>> >>> I'm having difficulty working out how to import modules when doings >>> tests, since for the tests the python

Re: [Discuss-gnuradio] importing modules in tests

2011-06-21 Thread Ben Reynwar
On Tue, Jun 21, 2011 at 5:53 PM, Tom Rondeau wrote: > On Tue, Jun 21, 2011 at 8:13 PM, Ben Reynwar wrote: >> >> Hi all, >> >> I'm having difficulty working out how to import modules when doings >> tests, since for the tests the python code that is used is the >> non-installed version, and so the

Re: [Discuss-gnuradio] importing modules in tests

2011-06-21 Thread Tom Rondeau
On Tue, Jun 21, 2011 at 8:13 PM, Ben Reynwar wrote: > Hi all, > > I'm having difficulty working out how to import modules when doings > tests, since for the tests the python code that is used is the > non-installed version, and so the package/subpackage hierarchy of the > various python folders i

[Discuss-gnuradio] importing modules in tests

2011-06-21 Thread Ben Reynwar
Hi all, I'm having difficulty working out how to import modules when doings tests, since for the tests the python code that is used is the non-installed version, and so the package/subpackage hierarchy of the various python folders is not in place. For example if I am creating a test for gr-trell