Metadata-Version: 1.1
Name: django-testing-base
Version: 0.2.0
Summary: Simple Django testing base classes and patterns
Home-page: https://github.com/tctimmeh/django-testing-base
Author: Tim Court
Author-email: tctimmeh@gmail.com
License: MIT License
Description: django-testing-base
        ===================
        
        .. image:: https://readthedocs.org/projects/django-testing-base/badge/?version=latest
            :target: http://django-testing-base.readthedocs.org/en/latest/
            :alt: Documentation
            
        .. image:: https://pypip.in/version/django-testing-base/badge.svg?text=version&style=flat
            :target: https://pypi.python.org/pypi/django-testing-base/
            :alt: Latest Version
        
        .. image:: https://pypip.in/status/django-testing-base/badge.svg?style=flat
            :target: https://pypi.python.org/pypi/django-testing-base/
            :alt: Development Status
        
        .. image:: https://pypip.in/py_versions/django-testing-base/badge.svg?style=flat
            :target: https://pypi.python.org/pypi/django-testing-base/
            :alt: Supported Python versions
        
        .. image:: http://img.shields.io/badge/django-1.6%2C%201.7-green.svg?style=flat
            :alt: Django Version
        
        .. image:: https://pypip.in/license/django-testing-base/badge.svg?style=flat
            :target: https://pypi.python.org/pypi/django-testing-base/
            :alt: License
        
        .. image:: https://pypip.in/download/django-testing-base/badge.svg?period=month&style=flat
            :target: https://pypi.python.org/pypi//django-testing-base/
            :alt: Downloads
        
        Django Testing Base provides base Test Case and mixin classes that encapsulate common testing operations and patterns.
        They do  the "right" thing whether you're testing individual units of code or entire live pages using selenium.
        
        Read the `official documentation <http://django-testing-base.readthedocs.org/en/latest/>`_.
        
        Features
        --------
        
        * Generate test data
        * Create and login users
        * Common assertions
        * Run selenium tests at different browser dimensions
        * Base implementation of Page Object pattern
        
        Installation
        ------------
        
        Install django-testing-base using pip:
        
            pip install django-testing-base
        
        License
        -------
        
        The project is licensed under the MIT license.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
