Skip to content
  • Thibault Saunier's avatar
    tests: Fix tests in python2 · ed1f9ecc
    Thibault Saunier authored
    Python2 core checks that the first argument of a method is of the type
    of the object if it does not have any info about the method, so when
    using Gst not initialized it raiser a TypeError and not a
    Gst.NotInitialized as expected.
    
    + And fix a typo
    ed1f9ecc