1. # A package that raises an ImportError that can be shared among test apps and
    
  2. # excluded from test discovery.
    
  3. raise ImportError("Oops")