Skip to main content

This allows you to define Django units tests using requests to the Django testing client in a spreadsheet format.

Project description

This allows you to define Django units tests using requests to the Django testing client in a spreadsheet format. Inspired by Robot Framework.

Installation

To get the latest stable release from PyPi

pip install django_csv_tests

Install the app

INSTALLED_APPS = (
    ...,
    'django_csv_tests',
)

Usage

Settings

Mechanism

Todo

  • Implement log in and log out features.

  • Implement “expect context”, “expect session”, and “expect” directives.

Run Tests

./configure.sh
source venv/bin/activate
python django_csv_tests/tests/manage.py test

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_csv_tests-0.1.0.tar.gz (4.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page