Re: Tests in 1.6

2014-07-11 Thread Larry Martell
On Fri, Jul 11, 2014 at 11:16 AM, Larry Martell wrote: > On Fri, Jul 11, 2014 at 10:44 AM, Russell Keith-Magee > wrote: >> Hi Larry >> >> On Fri, Jul 11, 2014 at 9:37 PM, Larry Martell >> wrote: >>> >>> On Thu, Jul 10, 2014 at 8:35 PM, Russell Keith-Magee >>> wrote: >>> >>> I appreciate the det

Re: Tests in 1.6

2014-07-11 Thread Larry Martell
On Fri, Jul 11, 2014 at 10:44 AM, Russell Keith-Magee wrote: > Hi Larry > > On Fri, Jul 11, 2014 at 9:37 PM, Larry Martell > wrote: >> >> On Thu, Jul 10, 2014 at 8:35 PM, Russell Keith-Magee >> wrote: >> >> I appreciate the detailed reply, and I think I understand all this, >> but I still cannot

Re: Tests in 1.6

2014-07-11 Thread Russell Keith-Magee
Hi Larry On Fri, Jul 11, 2014 at 9:37 PM, Larry Martell wrote: > On Thu, Jul 10, 2014 at 8:35 PM, Russell Keith-Magee > wrote: > > I appreciate the detailed reply, and I think I understand all this, > but I still cannot get my tests to run. Let's look at one test. > > My tests are in this dir:

Re: Tests in 1.6

2014-07-11 Thread Larry Martell
ventLogTest >> >> AttributeError: 'module' object has no attribute 'EventLogTest' >> >> manage.py test myproj.app.appname.tests.EventLogTest >> >> AttributeError: 'module' object has no attribute 'tests' >> >>

Re: Tests in 1.6

2014-07-10 Thread Russell Keith-Magee
LogTest > > ImportError: No module named app > > manage.py test myproj.app.appname.EventLogTest > > AttributeError: 'module' object has no attribute 'EventLogTest' > > manage.py test myproj.app.appname.tests.EventLogTest > > AttributeError: 'module' objec

Tests in 1.6

2014-07-10 Thread Larry Martell
ppname.tests.EventLogTest AttributeError: 'module' object has no attribute 'tests' What simple, stupid thing I am doing wrong here? What do I have to do to run my tests in 1.6? Thanks! -larry -- You received this message because you are subscribed to the Google Groups "D