<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: running django tests for custom hue app in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/running-django-tests-for-custom-hue-app/m-p/19808#M3195</link>
    <description>&lt;P&gt;Hi, thanks for your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd tried using the build/enve/bin/hue executable as well, but got the below stack trace. I'd just assumed that I was using it impropperly. Any idea why it would complain about missing windmill.authoring?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$ ./BUILD/hue/build/env/bin/hue test specific myapp.tests
Traceback (most recent call last):
  File "./BUILD/hue/build/env/bin/hue", line 8, in &amp;lt;module&amp;gt;
    load_entry_point('desktop==3.6.0', 'console_scripts', 'hue')()
  File "/Users/sstory/Desktop/Dev/Stash/synthesys-cloud/BUILD/hue/desktop/core/src/desktop/manage_entry.py", line 60, in entry
    execute_manager(settings)
  File "/Users/sstory/Desktop/Dev/Stash/synthesys-cloud/BUILD/hue/build/env/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/core/management/__init__.py", line 459, in execute_manager
    utility.execute()
  File "/Users/sstory/Desktop/Dev/Stash/synthesys-cloud/BUILD/hue/build/env/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/core/management/__init__.py", line 382, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/Users/sstory/Desktop/Dev/Stash/synthesys-cloud/BUILD/hue/build/env/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/core/management/__init__.py", line 261, in fetch_command
    klass = load_command_class(app_name, subcommand)
  File "/Users/sstory/Desktop/Dev/Stash/synthesys-cloud/BUILD/hue/build/env/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/core/management/__init__.py", line 69, in load_command_class
    module = import_module('%s.management.commands.%s' % (app_name, name))
  File "/Users/sstory/Desktop/Dev/Stash/synthesys-cloud/BUILD/hue/build/env/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/utils/importlib.py", line 35, in import_module
    __import__(name)
  File "/Users/sstory/Desktop/Dev/Stash/synthesys-cloud/BUILD/hue/desktop/core/src/desktop/management/commands/test.py", line 35, in &amp;lt;module&amp;gt;
    from desktop.management.commands import test_windmill
  File "/Users/sstory/Desktop/Dev/Stash/synthesys-cloud/BUILD/hue/desktop/core/src/desktop/management/commands/test_windmill.py", line 26, in &amp;lt;module&amp;gt;
    from windmill.authoring import djangotest
ImportError: No module named windmill.authoring&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Oct 2014 20:23:16 GMT</pubDate>
    <dc:creator>storysj</dc:creator>
    <dc:date>2014-10-07T20:23:16Z</dc:date>
    <item>
      <title>running django tests for custom hue app</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/running-django-tests-for-custom-hue-app/m-p/19804#M3193</link>
      <description>&lt;P&gt;Is it possible to use the django testing framework to test a custom hue app build with the hue SDK? When I try to use the manage.py that is part of my app, I get&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;django.core.exceptions.ImproperlyConfigured&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;errors, related to my settings.py module. But I can't seem to find a different entrypoint to try running the tests. What's the workflow for writing and running django tests for a custom hue app?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 14:00:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/running-django-tests-for-custom-hue-app/m-p/19804#M3193</guid>
      <dc:creator>storysj</dc:creator>
      <dc:date>2026-04-21T14:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: running django tests for custom hue app</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/running-django-tests-for-custom-hue-app/m-p/19806#M3194</link>
      <description>The scenario is the same as&lt;BR /&gt;&lt;A target="_blank" href="http://gethue.com/tutorial-how-to-run-the-hue-integration-tests/,"&gt;http://gethue.com/tutorial-how-to-run-the-hue-integration-tests/,&lt;/A&gt; did you&lt;BR /&gt;do 'test specific your_app'?&lt;BR /&gt;&lt;BR /&gt;Romain&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Oct 2014 19:00:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/running-django-tests-for-custom-hue-app/m-p/19806#M3194</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2014-10-07T19:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: running django tests for custom hue app</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/running-django-tests-for-custom-hue-app/m-p/19808#M3195</link>
      <description>&lt;P&gt;Hi, thanks for your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd tried using the build/enve/bin/hue executable as well, but got the below stack trace. I'd just assumed that I was using it impropperly. Any idea why it would complain about missing windmill.authoring?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$ ./BUILD/hue/build/env/bin/hue test specific myapp.tests
Traceback (most recent call last):
  File "./BUILD/hue/build/env/bin/hue", line 8, in &amp;lt;module&amp;gt;
    load_entry_point('desktop==3.6.0', 'console_scripts', 'hue')()
  File "/Users/sstory/Desktop/Dev/Stash/synthesys-cloud/BUILD/hue/desktop/core/src/desktop/manage_entry.py", line 60, in entry
    execute_manager(settings)
  File "/Users/sstory/Desktop/Dev/Stash/synthesys-cloud/BUILD/hue/build/env/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/core/management/__init__.py", line 459, in execute_manager
    utility.execute()
  File "/Users/sstory/Desktop/Dev/Stash/synthesys-cloud/BUILD/hue/build/env/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/core/management/__init__.py", line 382, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/Users/sstory/Desktop/Dev/Stash/synthesys-cloud/BUILD/hue/build/env/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/core/management/__init__.py", line 261, in fetch_command
    klass = load_command_class(app_name, subcommand)
  File "/Users/sstory/Desktop/Dev/Stash/synthesys-cloud/BUILD/hue/build/env/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/core/management/__init__.py", line 69, in load_command_class
    module = import_module('%s.management.commands.%s' % (app_name, name))
  File "/Users/sstory/Desktop/Dev/Stash/synthesys-cloud/BUILD/hue/build/env/lib/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/utils/importlib.py", line 35, in import_module
    __import__(name)
  File "/Users/sstory/Desktop/Dev/Stash/synthesys-cloud/BUILD/hue/desktop/core/src/desktop/management/commands/test.py", line 35, in &amp;lt;module&amp;gt;
    from desktop.management.commands import test_windmill
  File "/Users/sstory/Desktop/Dev/Stash/synthesys-cloud/BUILD/hue/desktop/core/src/desktop/management/commands/test_windmill.py", line 26, in &amp;lt;module&amp;gt;
    from windmill.authoring import djangotest
ImportError: No module named windmill.authoring&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2014 20:23:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/running-django-tests-for-custom-hue-app/m-p/19808#M3195</guid>
      <dc:creator>storysj</dc:creator>
      <dc:date>2014-10-07T20:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: running django tests for custom hue app</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/running-django-tests-for-custom-hue-app/m-p/19810#M3196</link>
      <description>&lt;P&gt;ended up just running&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;hue/build/env/bin/pip install windmill&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;and then&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;hue/build/env/bin/hue test specific myapp.tests&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;worked just fine. Seems weird that that dependency wouldn't have installed itself during `make apps`.&lt;/P&gt;&lt;P&gt;Anyhow, thanks for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2014 20:26:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/running-django-tests-for-custom-hue-app/m-p/19810#M3196</guid>
      <dc:creator>storysj</dc:creator>
      <dc:date>2014-10-07T20:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: running django tests for custom hue app</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/running-django-tests-for-custom-hue-app/m-p/19812#M3197</link>
      <description>Great!&lt;BR /&gt;&lt;BR /&gt;Weird indeed, make apps pulls dynamically some packages, maybe the repos&lt;BR /&gt;were down at the time.&lt;BR /&gt;&lt;BR /&gt;Romain&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Oct 2014 20:47:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/running-django-tests-for-custom-hue-app/m-p/19812#M3197</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2014-10-07T20:47:20Z</dc:date>
    </item>
  </channel>
</rss>

