This file is indexed.

/usr/lib/python2.7/dist-packages/schooltool/gradebook/browser/stests/README.selenium.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
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
=============================================
SchoolTool Gradebook Selenium Testing Support
=============================================

Browser extensions
==================

Most of the extensions are coded in the stesting.py module of the
schooltool.gradebook package.

We have browser extensions for:

Printing a worksheet
--------------------

* browser.ui.gradebook.worksheet.pprint()

  Optional keyword parameters:
    show_validation: bool

  NOTE: the current url must be the worksheet's url

  NOTE: if show_validation is set, a code will be printed next to the
  input field. The codes meaning are:

    * v: valid score
    * e: extra credit score
    * i: invalid score

Scoring an activity for a student
---------------------------------

* browser.ui.gradebook.worksheet.score()

  Required parameters:
    student: title of the student row
    activity: label of the column
    grade

  NOTE: the current url must be the worksheet's url