pymad / cpymad

cPyMAD is a python interface to Mad-X using cython and libmadx

Home Page:http://cern.ch/pymad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpymadtest.test_aperture executes no test on python26

coldfix opened this issue · comments

When running

python -m unittest cpymadtest.test_aperture

no tests are run on python26 on my machine. I have not yet investigated the reasons for this any further.

Sorry for the noise. It seems, the unittest module is just not thought to be invoked like this on python26.