Let's try to debug via chat in #django-dev rather than over email.

On Friday, October 30, 2015 at 4:29:31 AM UTC-4, Jose Paul wrote:
>
> Hi Tim,
>
> Thank you for the reply .
> I am running the whole test case   from Eclipse using runtests.py
>
> Clean did not worked .Please see the error below .
>
> ERROR: test_flush (fixtures_migration.tests.TestNoInitialDataLoading)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "C:\Python27\lib\site-packages\django\test\testcases.py", line 182, 
> in __call__
>     self._pre_setup()
>   File "C:\Python27\lib\site-packages\django\test\testcases.py", line 779, 
> in _pre_setup
>     apps.set_available_apps(self.available_apps)
>   File "C:\Python27\lib\site-packages\django\apps\registry.py", line 285, 
> in set_available_apps
>     "apps, extra apps: %s" % ", ".join(available - installed))
> ValueError: Available apps isn't a subset of installed apps, extra apps: 
> fixtures_migration
>
> ======================================================================
> ERROR: test_migrate (fixtures_migration.tests.TestNoInitialDataLoading)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "C:\Python27\lib\site-packages\django\test\testcases.py", line 182, 
> in __call__
>     self._pre_setup()
>   File "C:\Python27\lib\site-packages\django\test\testcases.py", line 779, 
> in _pre_setup
>     apps.set_available_apps(self.available_apps)
>   File "C:\Python27\lib\site-packages\django\apps\registry.py", line 285, 
> in set_available_apps
>     "apps, extra apps: %s" % ", ".join(available - installed))
> ValueError: Available apps isn't a subset of installed apps, extra apps: 
> fixtures_migration
>
> ======================================================================
> ERROR: test_flush (fixtures_model_package.tests.TestNoInitialDataLoading)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "C:\Python27\lib\site-packages\django\test\testcases.py", line 182, 
> in __call__
>     self._pre_setup()
>   File "C:\Python27\lib\site-packages\django\test\testcases.py", line 779, 
> in _pre_setup
>     apps.set_available_apps(self.available_apps)
>   File "C:\Python27\lib\site-packages\django\apps\registry.py", line 285, 
> in set_available_apps
>     "apps, extra apps: %s" % ", ".join(available - installed))
> ValueError: Available apps isn't a subset of installed apps, extra apps: 
> fixtures_model_package
>
>
> On Thursday, October 29, 2015 at 6:19:42 PM UTC+5:30, Tim Graham wrote:
>>
>> What command are you using to run the tests? It is possible you have 
>> stale pyc files that needed to be deleted? (git clean -fdx).
>>
>> On Thursday, October 29, 2015 at 6:47:09 AM UTC-4, Jose Paul wrote:
>>>
>>>
>>> I am getting following error when I tried to run DJango 1,8 test cases 
>>> Please help to understand the reason behind this .
>>>
>>>
>>> ERROR: test_reuse_rollback_commit 
>>> (transactions.tests.AtomicInsideTransactionTests)
>>> ----------------------------------------------------------------------
>>> Traceback (most recent call last):
>>>   File "C:\Python27\lib\site-packages\django\test\testcases.py", line 
>>> 182, in __call__
>>>     self._pre_setup()
>>>   File "C:\Python27\lib\site-packages\django\test\testcases.py", line 
>>> 779, in _pre_setup
>>>     apps.set_available_apps(self.available_apps)
>>>   File "C:\Python27\lib\site-packages\django\apps\registry.py", line 
>>> 285, in set_available_apps
>>>     "apps, extra apps: %s" % ", ".join(available - installed))
>>> ValueError: Available apps isn't a subset of installed apps, extra apps: 
>>> transactions
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/93be40f5-fb7e-4198-820f-0eea1badfacd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to