{ "info": { "author": "spenoir", "author_email": "aspence1@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP" ], "description": "=======\ndjango_testdriver\n=================\n\nDjango integration of JsTestDriver\n\nRequirements\n------------\nTo install the requirements:\n pip install -r requirements.txt\n\nYou will also need to install LCOV (if you want to see a coverage report) from here:\n\n http://sourceforge.net/projects/ltp/files/Coverage%20Analysis/LCOV-1.9/lcov-1.9.tar.gz/download\n\nInstallation\n------------\n\nAdd django-testdriver to installed apps.\n\n\tINSTALLED_APPS = (\n\t...\n\t'django_testdriver',\n\t...\n\t)\n\nSet up the django-testdriver urls. django-testdriver will own the url /test/.\n\n\tfrom django_testdriver import settings as django_testdriver_settings\n\n\t(r'^django-testdriver/', include('django_testdriver.urls')),\n (r'^test/(?P.*)$', 'django.views.static.serve',\n {'document_root': os.path.join(django_testdriver_settings.MEDIA_ROOT) }),\n\nExample\n-------\n\nYou'll find an example test setup and suite in the example folder. Copy the 'js' dir and the .conf file\ninto your projects MEDIA_ROOT dir.\nYou can of course change the jsTestDriver.conf file paths to point to whatever tests you have.\nThe example uses Jasmine as a Test Runner although any JsTestDriver supported tests should work.\n\nManagement command\n------------------\nRun the following command to start the JsTestDriver server:\n\n python manage.py jstestdriver\n\nThis command also runs the jasmine specs specified\nin jsTestDriver.conf. The management command captures Google Chrome by default, it is currently\nset up for the default mac install path. This is configurable by setting the JSTESTDRIVER_BROWSER_PATH\nsetting in settings.py:\n\n JSTESTDRIVER_BROWSER_PATH = \"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome\"\n\nYou can set multiple browsers separated by a comma, not a python list.\n\n\nAfter you have ran the jstestdriver management command you should see something here:\nhttp://localhost:9876/\n\nHit this url in a browser to capture that browser:\nhttp://localhost:9876/capture\nWhen you run the tests via the jstestdrier management command, the captured browsers will\neach run the specs you have defined so if you have one test and two browsers captured,\nJsTestDriver will show that two test were run.\nAlternatively you can just specify the browsers in settings as described above.\n\nDashboard\n---------\nThe Spec Runner and coverage report is available at this url /jasmine/\n\nYou can refresh the Spec Runner page after writing or modifying a spec to see the result\nin the runner. This is pretty much all you need for local testing, although you might want to\nrun the management once in a while to get a coverage report update or to check your tests\nin other captured browsers.\n\nCoverage\n--------\nTo update the coverage, you will need to run the management command as this is how the static\nfiles are generated using genhtml. You will also need to install LCOV (see Requirements above).\nFor coverage to work, the coverage jar must be placed in a folder one below JSTESTDRIVER_PATH but it doesn't\nhave to be called plugins! Nice to know :)\n\nSettings\n--------\nThese settings are all just ported over from JsTestDriver\njsTestDriver.conf settings\n\n JSTESTDRIVER_PATH = 'JsTestDriver.jar'\nThe path to JsTestDriver.jar relative to django root. It must be called 'JsTestDriver.jar'\n\n JSTESTDRIVER_CONFIG = 'jsTestDriver.conf'\nThe path to jsTestDriver.conf relative to django root. It must be called 'jsTestDriver.conf'\n\n JSTESTDRIVER_OUTPUT = 'assets/js/tests/output/'\nFolder to which coverage reports get created\n\n JSTD_PORT = \"9876\"\nPort number for JsTestDriver\n\n JSTESTDRIVER_BROWSER_PATH = \"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome\"\nYou can specify multiple browsers - comma separated\n\n JSTESTDRIVER_PLUGIN_PATHS = \"plugins/coverage-1.2.2.jar\"\nYou can specify multiple plugins - comma separated\nfor coverage to work, the coverage jar must be placed in a folder one below JSTESTDRIVER_PATH\n\n JSTESTDRIVER_REMOVE_FROM_VIEW = ['assets/js/libs/jasmine-adapter.js']\nA list of files to remove from custom spec runner view,\njasmine-adapter must be removed as it causes an error in spec runner, required for jasmine support in\njstestdriver\n\n COVERAGE_HTML_PATH = 'html/index.html'\npath to LCOV html output, parses Coverage xml into html using the genhtml command\n\nStill to Do / In the pipeline\n-----------------------------\n\n- Remove JsTestDriver.jar and the coverage plugin out of the project root and create an option\nin the management command to download it\n\n- Write more tests obviously!", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/spenoir/django_testdriver", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django_testdriver", "package_url": "https://pypi.org/project/django_testdriver/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django_testdriver/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/spenoir/django_testdriver" }, "release_url": "https://pypi.org/project/django_testdriver/0.3/", "requires_dist": null, "requires_python": null, "summary": "A custom JsTestDriver spec runner etc.", "version": "0.3" }, "last_serial": 772472, "releases": { "0.1.0": [ { "comment_text": "built for Darwin-10.8.0", "digests": { "md5": "c316efdbfed99c3480d95d7c60518bbb", "sha256": "cf8b5b52d7b7c9ccfe76e9ad9a716df77116cca5c8c786360d94cd43c382fa5c" }, "downloads": -1, "filename": "django_testdriver-0.1.0.macosx-10.6-intel.tar.gz", "has_sig": false, "md5_digest": "c316efdbfed99c3480d95d7c60518bbb", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 3845671, "upload_time": "2013-06-13T21:07:07", "url": "https://files.pythonhosted.org/packages/68/81/c8edfc5c970462a657e38319c080de49a0ad558f84cc6c258109c3496627/django_testdriver-0.1.0.macosx-10.6-intel.tar.gz" }, { "comment_text": "", "digests": { "md5": "296188ec48c62c06bc2ecbc7d8b84fb8", "sha256": "9050952040d9020be6f3bc46a2f4d805ecfe2b11c18ae8edc4c5cc96c31297a3" }, "downloads": -1, "filename": "django_testdriver-0.1.0.tar.gz", "has_sig": false, "md5_digest": "296188ec48c62c06bc2ecbc7d8b84fb8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3840012, "upload_time": "2013-06-13T20:50:11", "url": "https://files.pythonhosted.org/packages/d7/45/8f7c72a7cd654d7a2411c31e1c546ab5079ef0be75461d1f2c3729912f51/django_testdriver-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "built for Darwin-10.8.0", "digests": { "md5": "513c0660188dde0158794b52aa976295", "sha256": "84ee162baca4e98fc98ca76c43bb166ae8ee1b6da03929fd537f22bfe58e898a" }, "downloads": -1, "filename": "django_testdriver-0.1.1.macosx-10.6-intel.tar.gz", "has_sig": false, "md5_digest": "513c0660188dde0158794b52aa976295", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 3845669, "upload_time": "2013-06-13T21:09:01", "url": "https://files.pythonhosted.org/packages/cf/56/33b7efa06a5a3bef486e013a6cb4e7d8958777c3361732d9423b2438d07f/django_testdriver-0.1.1.macosx-10.6-intel.tar.gz" }, { "comment_text": "", "digests": { "md5": "f53341c77c337c69b33464d29e654d50", "sha256": "b4bc31abf4ac6f870ffe1d597767f38af701f1a30b87dcc47d97dc6ead9cb528" }, "downloads": -1, "filename": "django_testdriver-0.1.1.tar.gz", "has_sig": false, "md5_digest": "f53341c77c337c69b33464d29e654d50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3840306, "upload_time": "2013-06-13T21:08:11", "url": "https://files.pythonhosted.org/packages/3c/69/f34670e9a929bbf1c7ccd3ad110e09770bbf6d2c42825d747219ee72c3e8/django_testdriver-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "built for Darwin-10.8.0", "digests": { "md5": "32449c8b897baacd41701a207e6f5db2", "sha256": "5eb97f26abf01d1e570b75deb1b5f03791c23c1d19515877714b234054567739" }, "downloads": -1, "filename": "django_testdriver-0.1.2.macosx-10.6-intel.tar.gz", "has_sig": false, "md5_digest": "32449c8b897baacd41701a207e6f5db2", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 3844972, "upload_time": "2013-06-13T22:05:02", "url": "https://files.pythonhosted.org/packages/bd/29/d90136f985a204fa2fc2f12cfad0c85d3caa72103fbb94a1fed60d8a2ef4/django_testdriver-0.1.2.macosx-10.6-intel.tar.gz" }, { "comment_text": "", "digests": { "md5": "dfbb2c0cb31b033d9eae8b061587905e", "sha256": "1afd9ead3c1d6fddd97fd4ad463166c8ac24e041e832770f3d7363d3fb7d9b9a" }, "downloads": -1, "filename": "django_testdriver-0.1.2.tar.gz", "has_sig": false, "md5_digest": "dfbb2c0cb31b033d9eae8b061587905e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3840311, "upload_time": "2013-06-13T22:04:42", "url": "https://files.pythonhosted.org/packages/3f/1f/de99bb94b3ceb01b6dd80734d75af5a4f1c9758dd36c37bc8c9cec8f33d0/django_testdriver-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "built for Darwin-10.8.0", "digests": { "md5": "6be2f2379666a3ec6b63c9165c382ac7", "sha256": "1bb7a82f12514990a86a0d505531e3c84e41b458e091392e7613a3a7b0354b89" }, "downloads": -1, "filename": "django_testdriver-0.1.3.macosx-10.6-intel.tar.gz", "has_sig": false, "md5_digest": "6be2f2379666a3ec6b63c9165c382ac7", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 3845676, "upload_time": "2013-06-13T22:10:13", "url": "https://files.pythonhosted.org/packages/80/f4/bdc2328aa07cb063fd2ab61422d4cd5adceab110a18f6f2b8c4d8b634b34/django_testdriver-0.1.3.macosx-10.6-intel.tar.gz" }, { "comment_text": "", "digests": { "md5": "50f4ef04ba97908e2370ddba318554f2", "sha256": "66202063f2233cc984ab40bc822f5d8390597820b82eace61bae95003e9434ba" }, "downloads": -1, "filename": "django_testdriver-0.1.3.tar.gz", "has_sig": false, "md5_digest": "50f4ef04ba97908e2370ddba318554f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3840319, "upload_time": "2013-06-13T22:09:35", "url": "https://files.pythonhosted.org/packages/77/6d/33898d7cde903b834cc064b4e5c6f1e01fce49c86494d9b608e2ad698adb/django_testdriver-0.1.3.tar.gz" } ], "0.1.3.1": [ { "comment_text": "built for Darwin-10.8.0", "digests": { "md5": "a623c08e309878c638c013078150e825", "sha256": "6582b26b1185df8c1a8103f380b47608741f05a15ecf95e2763aa68713be8514" }, "downloads": -1, "filename": "django_testdriver-0.1.3.1.macosx-10.6-intel.tar.gz", "has_sig": false, "md5_digest": "a623c08e309878c638c013078150e825", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 3845645, "upload_time": "2013-06-13T22:25:27", "url": "https://files.pythonhosted.org/packages/a1/da/763153f14676f7900f1dbcddb7b6664c2f544146a421390ca1190e3f0bf9/django_testdriver-0.1.3.1.macosx-10.6-intel.tar.gz" }, { "comment_text": "", "digests": { "md5": "1792a53fabc2de46bf3d85438623fef7", "sha256": "a7a76d05211b34d9c0f708674363f596b1678b08ba8c5958ac2f810f7dbd3aec" }, "downloads": -1, "filename": "django_testdriver-0.1.3.1.tar.gz", "has_sig": false, "md5_digest": "1792a53fabc2de46bf3d85438623fef7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3840290, "upload_time": "2013-06-13T22:22:25", "url": "https://files.pythonhosted.org/packages/c9/a3/6ddb112eaead92707ca4737e88f17aa4b6d2a0a69cdffa4f21fe7db942e3/django_testdriver-0.1.3.1.tar.gz" } ], "0.1.3.2": [ { "comment_text": "built for Darwin-10.8.0", "digests": { "md5": "206bf149360505b0d6ef4abd878ae017", "sha256": "88adc50a9fe7aad842cbf75661cd6a7889158a2a01488df5e748713f836e902d" }, "downloads": -1, "filename": "django_testdriver-0.1.3.2.macosx-10.6-intel.tar.gz", "has_sig": false, "md5_digest": "206bf149360505b0d6ef4abd878ae017", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 3845659, "upload_time": "2013-06-13T22:27:29", "url": "https://files.pythonhosted.org/packages/7c/17/e376ed66f2444ef1c89d461f7ca77ab3abe9c0da44aaa72feab3c2845f21/django_testdriver-0.1.3.2.macosx-10.6-intel.tar.gz" }, { "comment_text": "", "digests": { "md5": "23e2e6ef43f86adf634d39477c14c8f1", "sha256": "4a8114122589b3a10eafc8bd23cd061f90de44664e9e2b8e05d580d9ed2c9caf" }, "downloads": -1, "filename": "django_testdriver-0.1.3.2.tar.gz", "has_sig": false, "md5_digest": "23e2e6ef43f86adf634d39477c14c8f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3840287, "upload_time": "2013-06-13T22:26:47", "url": "https://files.pythonhosted.org/packages/ee/c2/7611e0f989263f3def4bf4c794d1e5ab25e0a1805a01861a4c3219d85cca/django_testdriver-0.1.3.2.tar.gz" } ], "0.1.3.3": [ { "comment_text": "built for Darwin-10.8.0", "digests": { "md5": "af20469f57d4c919dff2bca9550349df", "sha256": "88ee7a1c2526a1d617c06b285b69f5c3f0d09d7bdbaef4c8e2248b9bcf497b95" }, "downloads": -1, "filename": "django_testdriver-0.1.3.3.macosx-10.6-intel.tar.gz", "has_sig": false, "md5_digest": "af20469f57d4c919dff2bca9550349df", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 3845641, "upload_time": "2013-06-13T22:34:02", "url": "https://files.pythonhosted.org/packages/08/cb/6c7c0bdf1a0bf66ae8cf5e9ba07a1c2a8cb197016a25b47f937793800fee/django_testdriver-0.1.3.3.macosx-10.6-intel.tar.gz" }, { "comment_text": "", "digests": { "md5": "671e2c70782996f4e482832585864f8e", "sha256": "ac5bbd9c75ff6a78f2cf23377e0f19332e77c916a80e66168cf16397c64922cf" }, "downloads": -1, "filename": "django_testdriver-0.1.3.3.tar.gz", "has_sig": false, "md5_digest": "671e2c70782996f4e482832585864f8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3840294, "upload_time": "2013-06-13T22:33:20", "url": "https://files.pythonhosted.org/packages/e1/40/01b34eb1ec567748988897691564d2588675369d52d603980ff1efa28c77/django_testdriver-0.1.3.3.tar.gz" } ], "0.1.3.4": [ { "comment_text": "", "digests": { "md5": "b95c493878f9fded9ba806903bc6dbe3", "sha256": "39d77312f9056b7422cc04b8a7c366468c1b9e1580e3433ce9f9244f53ecab47" }, "downloads": -1, "filename": "django_testdriver-0.1.3.4.tar.gz", "has_sig": false, "md5_digest": "b95c493878f9fded9ba806903bc6dbe3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3840349, "upload_time": "2013-06-15T22:08:36", "url": "https://files.pythonhosted.org/packages/7a/d8/947f8ae0ab73a33a35ce0b36305aae3dcbe51d18d51de86ca49b0c055cd0/django_testdriver-0.1.3.4.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "a3d9e6d059b1a250d57fd5e79eddb36c", "sha256": "dd39245a5237a35a07292a7ed8ea1fb9b9de3580b4d5174e7fdc33d30ab96b0a" }, "downloads": -1, "filename": "django_testdriver-0.2.tar.gz", "has_sig": false, "md5_digest": "a3d9e6d059b1a250d57fd5e79eddb36c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3840330, "upload_time": "2013-06-16T13:28:25", "url": "https://files.pythonhosted.org/packages/25/95/218e011d2515760d1e6df8a381f9495271df04de2d2558045def5fc89ce7/django_testdriver-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "37d2a61174b096fba718ae8f841274f5", "sha256": "614aa367826f65a3062f009dd1bb88e9f0a322dc4e013f77ea7208caf1d570f8" }, "downloads": -1, "filename": "django_testdriver-0.2.1.tar.gz", "has_sig": false, "md5_digest": "37d2a61174b096fba718ae8f841274f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5996398, "upload_time": "2013-06-16T13:30:41", "url": "https://files.pythonhosted.org/packages/bf/f9/207e37927360aa08d233f5cfeefc2dbcf160464bcec7006c19a1854a9f3e/django_testdriver-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "a61619c52ce497b7e009277572e01c5d", "sha256": "5b93f4969951777e029b98a6e95b5c380583efcabcca7ffde416525adeb112c3" }, "downloads": -1, "filename": "django_testdriver-0.2.2.tar.gz", "has_sig": false, "md5_digest": "a61619c52ce497b7e009277572e01c5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5996488, "upload_time": "2013-06-16T13:45:39", "url": "https://files.pythonhosted.org/packages/37/a1/c96035e3ad9f2bfd7b52df6619c41e04e3328dc3ece695030ced6c8a7598/django_testdriver-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "82fe51cd5db078247b2ef35eb14b4b4d", "sha256": "48050a68f5f5ba510c76c0c06f57e880e4eb0a13388a3ecdd0e5f0d6d24c02d6" }, "downloads": -1, "filename": "django_testdriver-0.2.3.tar.gz", "has_sig": false, "md5_digest": "82fe51cd5db078247b2ef35eb14b4b4d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5996493, "upload_time": "2013-06-16T13:50:22", "url": "https://files.pythonhosted.org/packages/0f/0d/78efc536413188e75942bc92adcb7188c3f8bd18ed5f076330ff3ccd5ef0/django_testdriver-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "00c3b21593796ef27e0a9c008d472afb", "sha256": "48802a6c8bd11589984001686349c4d292a8907709833ce2509c0595b112be01" }, "downloads": -1, "filename": "django_testdriver-0.2.4.tar.gz", "has_sig": false, "md5_digest": "00c3b21593796ef27e0a9c008d472afb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5996502, "upload_time": "2013-06-16T14:01:32", "url": "https://files.pythonhosted.org/packages/3e/a3/fd0dac861dfe9c28ce23ff1dc61a9f03907383ce7a21c40e9798ca162403/django_testdriver-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "1a6707cc81e2ec283b369252f31f87d2", "sha256": "714c4d97b987d3bcdfcb7862010fac02c7a6509b8f96b7831162b15c96150cf9" }, "downloads": -1, "filename": "django_testdriver-0.2.5.tar.gz", "has_sig": false, "md5_digest": "1a6707cc81e2ec283b369252f31f87d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5996492, "upload_time": "2013-06-16T14:17:28", "url": "https://files.pythonhosted.org/packages/d0/d2/d50989940afee107f8b7d88c2e0dc4be9335b5616bd8a7ff114faf93925f/django_testdriver-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "3bd5bd40bdbc5a96831416c65c1bfe4d", "sha256": "a804f4bef3afe1f50c8dc730860bc4f1e795c9b419b1f5ba1adbd72a965dc714" }, "downloads": -1, "filename": "django_testdriver-0.2.6.tar.gz", "has_sig": false, "md5_digest": "3bd5bd40bdbc5a96831416c65c1bfe4d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5959323, "upload_time": "2013-06-16T14:59:44", "url": "https://files.pythonhosted.org/packages/3f/23/f7e6f1cfb37ada0221bdd8b257a351d0022ccfd57b62fd85b85a126d86ce/django_testdriver-0.2.6.tar.gz" } ], "0.2.7....": [ { "comment_text": "", "digests": { "md5": "0d014234a38e92bb1d8c87d3c8341b2a", "sha256": "7e748b6919aa2d44177ceb28b28d0aedcda150c0b4f738c3eb03a27c5cbcbb6b" }, "downloads": -1, "filename": "django_testdriver-0.2.7.....tar.gz", "has_sig": false, "md5_digest": "0d014234a38e92bb1d8c87d3c8341b2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5959328, "upload_time": "2013-06-16T15:08:37", "url": "https://files.pythonhosted.org/packages/65/fd/7e2dc842d58db61ff381a5f75f5ed9cb25e6def7a8524b58673ac3521f4a/django_testdriver-0.2.7.....tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "16ca2c3ab291d2942f8c3b9c1ebdfc6c", "sha256": "70a26d461877e3af35d97b88c2628756daf469b200e550c2fdf8c34ed4ec3d93" }, "downloads": -1, "filename": "django_testdriver-0.2.8.tar.gz", "has_sig": false, "md5_digest": "16ca2c3ab291d2942f8c3b9c1ebdfc6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5959324, "upload_time": "2013-06-16T15:14:00", "url": "https://files.pythonhosted.org/packages/f0/fc/1eba431c773dfdd77f7689cc8f912f267408f3a4dd8d2c8fb50f2e816025/django_testdriver-0.2.8.tar.gz" } ], "0.2.9": [ { "comment_text": "", "digests": { "md5": "80629a417330013b87743fd0501b3697", "sha256": "497e82197ad790fc8c11eee0ea067d1ff0cc698d032e3f4471d619507ebd43e4" }, "downloads": -1, "filename": "django_testdriver-0.2.9.tar.gz", "has_sig": false, "md5_digest": "80629a417330013b87743fd0501b3697", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9826686, "upload_time": "2013-06-16T15:27:58", "url": "https://files.pythonhosted.org/packages/ba/06/ba9800a8543e0e79881c250a6b4191ff3d1b9c20fab39b23f21dc6095949/django_testdriver-0.2.9.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "bcde9ff66918335bcb612dfc4180e737", "sha256": "e92663f7d24df62e812804462ba48f343640167f94d636b6ef56531794c9697e" }, "downloads": -1, "filename": "django_testdriver-0.3.tar.gz", "has_sig": false, "md5_digest": "bcde9ff66918335bcb612dfc4180e737", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5995625, "upload_time": "2013-06-16T16:59:36", "url": "https://files.pythonhosted.org/packages/7a/49/5d67a20df5db863e6a8583c62c736f8943c64e04b9de14ff89b02ca8fb80/django_testdriver-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bcde9ff66918335bcb612dfc4180e737", "sha256": "e92663f7d24df62e812804462ba48f343640167f94d636b6ef56531794c9697e" }, "downloads": -1, "filename": "django_testdriver-0.3.tar.gz", "has_sig": false, "md5_digest": "bcde9ff66918335bcb612dfc4180e737", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5995625, "upload_time": "2013-06-16T16:59:36", "url": "https://files.pythonhosted.org/packages/7a/49/5d67a20df5db863e6a8583c62c736f8943c64e04b9de14ff89b02ca8fb80/django_testdriver-0.3.tar.gz" } ] }