This file is indexed.

/usr/share/RDKit/Contrib/ConformerParser/Wrap/test_list.py is in rdkit-data 201503-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
tests=[
    ("python","testConformerParser.py",{}),
    ]

longTests=[]

if __name__=='__main__':
  import sys
  from rdkit import TestRunner
  failed,tests = TestRunner.RunScript('test_list.py',0,1)
  sys.exit(len(failed))