Test Case Descriptions

How to run test

1. Run Full Test Suit:

$ python manage.py test --verbosity=2

2. Run AdminToolsStatsAdminInterfaceTestCase:

$ python manage.py test admin_tools_stats.AdminToolsStatsAdminInterfaceTestCase --verbosity=2

Test Case

Admin Interface Test Case

class admin_tools_stats.tests.AdminToolsStatsAdminInterfaceTestCase(methodName='runTest')

Test cases for django-admin-tools-stats Admin Interface.

setUp()

To create admin user

test_admin_index()

Test Function to check Admin index page

test_admin_tools_stats()

Test Function to check django-admin-tools-stats Admin pages

Table Of Contents

Previous topic

Django-admin-tools-stats Modules

This Page