File: fixtures_not_unittest.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 (19 lines) | stat: -rw-r--r-- 235 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
"""
Fixture to test non unittest classes
"""


class Test_something_not_unittest:

    def test_A_1(self):
        pass

    def test_A_2(self):
        pass

    def test_A_3(self):
        pass

    def test_A_4(self):
        pass