Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/tests/test_aubio_cmd.py

    r5eaed62 r799a940  
    1111
    1212    def test_default_creation(self):
    13         try:
    14             assert self.a_parser.parse_args(['-V']).show_version
    15         except SystemExit:
    16             url = 'https://bugs.python.org/issue9253'
    17             self.skipTest('subcommand became optional in py3, see %s' % url)
     13        assert self.a_parser.parse_args(['-V']).show_version
    1814
    1915class aubio_cmd_utils(TestCase):
Note: See TracChangeset for help on using the changeset viewer.