~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to tests/acceptance_tests/test_cmd.py

merge with 2.7.2 + fix madweight issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
_pickle_path =os.path.join(_file_path, 'input_files')
38
38
 
39
39
from madgraph import MG4DIR, MG5DIR, MadGraph5Error, InvalidCmd
 
40
from tests import test_manager
40
41
 
41
42
#===============================================================================
42
43
# TestCmd
1331
1332
            self.assertTrue(os.path.isdir(os.path.join(self.out_dir,
1332
1333
                                                       'SubProcesses',
1333
1334
                                                       d)))
1334
 
        
 
1335
    
 
1336
    @test_manager.bypass_for_py3
1335
1337
    def test_madevent_triplet_diquarks(self):
1336
1338
        """Test MadEvent output of triplet diquarks"""
1337
1339