Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/tests/test_dct.py

    r3cb2a52 rfc144a5  
    6767        except AssertionError:
    6868            self.skipTest('creating aubio.dct with size %d did not fail' % size)
     69
     70if __name__ == '__main__':
     71    from unittest import main
     72    main()
Note: See TracChangeset for help on using the changeset viewer.