File: fixtures.py

package info (click to toggle)
python-randomize 0.14-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 124 kB
  • sloc: python: 285; makefile: 8
file content (22 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
"""
The original source of the code is:

http://code.google.com/p/python-nose/issues/detail?id=255

and the original author is: Charles McCreary
"""
import unittest

class Tests(unittest.TestCase):

    def test_A(self):
        pass

    def test_B(self):
        pass

    def test_C(self):
        pass

    def test_D(self):
        pass