Hi all,

im working on a django project XXX,

the directory structure is as follows:

- project XXX
      -abc
         models.py
         views.py
         tests.py
         urls.py
     +docs
     +libs
     +logs
     +thirdparty
     +corns
      - AAA
         xyz.py
         aaa.py
     settings.py
     urls.py

i need to write tests for xyz.py,  as i understood by reading
http://docs.djangoproject.com/en/1.2/topics/testing/#writing-unit-tests
 <http://docs.djangoproject.com/en/1.2/topics/testing/#writing-unit-tests>
,tests
need to be present in any one application directory (here its abc ), but
xyz.py is not related to abc application so i cant
write tests for xyz.py in abc application. Where actually i should be
writing tests in this case?,,is there any other way?



-- 
Girish M S

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to