~maddevelopers/mg5amcnlo/new_clustering

« back to all changes in this revision

Viewing changes to tests/unit_tests/__init__.py

  • Committer: Rikkert Frederix
  • Date: 2021-09-09 15:51:40 UTC
  • mfrom: (78.75.502 3.2.1)
  • Revision ID: frederix@physik.uzh.ch-20210909155140-rg6umfq68h6h47cf
merge with 3.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
# For more information, visit madgraph.phys.ucl.ac.be and amcatnlo.web.cern.ch
13
13
#
14
14
################################################################################
 
15
from __future__ import absolute_import
15
16
import unittest
16
17
import math
17
18
TestLoader = unittest.TestLoader
77
78
#        tests.NBTEST += 1
78
79
#        unittest.TestCase.assertFalse(self, *arg, **opt)        
79
80
        
80
 
            
 
 
b'\\ No newline at end of file'
 
81