File tree Expand file tree Collapse file tree 3 files changed +0
-21
lines changed
Expand file tree Collapse file tree 3 files changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ def augment_data():
2121 by = system )
2222
2323class MainTestCase (TestCase ):
24- # See ietf.utils.test_utils.TestCase for the use of perma_fixtures vs. fixtures
25- perma_fixtures = ['groupgroup' , 'groupevents' ]
26-
2724 def test_main (self ):
2825 "Main Test"
2926 draft = make_test_data ()
Original file line number Diff line number Diff line change 88SECR_USER = 'secretary'
99
1010class GroupsTest (TestCase ):
11- # See ietf.utils.test_utils.TestCase for the use of perma_fixtures vs. fixtures
12- perma_fixtures = ['persons' ,'groupgroup' ,]
13- """
14- perma_fixtures = [ 'acronym.json',
15- 'area.json',
16- 'areadirector',
17- 'areagroup.json',
18- 'goalmilestone',
19- 'iesglogin.json',
20- 'ietfwg',
21- 'personororginfo.json',
22- 'wgchair.json',
23- 'wgstatus.json',
24- 'wgtype.json' ]
25- """
2611 # ------- Test Search -------- #
2712 def test_search (self ):
2813 "Test Search"
Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ def augment_data():
1515 Group .objects .create (acronym = 'dummy' ,name = 'Dummy Group' ,type_id = 'sdo' )
1616
1717class MainTestCase (TestCase ):
18- # See ietf.utils.test_utils.TestCase for the use of perma_fixtures vs. fixtures
19- perma_fixtures = ['persons' , 'groupgroup' ]
20-
2118 def test_main (self ):
2219 "Main Test"
2320 augment_data ()
You can’t perform that action at this time.
0 commit comments