This file is indexed.

/usr/lib/python2.7/dist-packages/schooltool/gradebook/browser/stests/itworks.txt is in python-schooltool.gradebook 2.6.3-0ubuntu1.

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
12
13
14
Test that it works
==================

Log in as manager:

    >>> manager = browsers.manager
    >>> manager.ui.login('manager', 'schooltool')

Check a link set by the gradebook:

    >>> manager.query.link('School').click()
    >>> manager.query.link('Activity Categories').click()
    >>> manager.url
    u'http://localhost/activity_categories'