File: test_widgets.py

package info (click to toggle)
python-django-colorfield 0.8.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 336 kB
  • sloc: javascript: 2,510; python: 569; makefile: 12; sh: 2
file content (11 lines) | stat: -rw-r--r-- 188 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
from django.test import TestCase

from colorfield.widgets import ColorWidget


class ColorWidgetTestCase(TestCase):
    def setUp(self):
        pass

    def tearDown(self):
        pass