~maddevelopers/mg5amcnlo/3.0.1

« back to all changes in this revision

Viewing changes to tests/unit_tests/interface/test_cmd.py

Make tests less sensitive to param_card and internal order of interactions

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
                
165
165
        target = set(['Not in help'])
166
166
        self.assertEqual(target, category)
167
 
        self.assertEqual(categories_nb['Not in help'], 2)
 
167
        self.assertEqual(categories_nb['Not in help'], 3)
168
168
    
169
169
    
170
170