Add Backend grading, and associated docs page

This adds a parameter to the backend class the defines its grade.
It can be overridden in the support-matrix.ini file it needed.

Change-Id: Icbcb3d88242c6d2de2c361722ddea85d4b585fca
This commit is contained in:
Graham Hayes
2015-05-12 20:02:10 +01:00
parent 5d4eeca3e5
commit 374463d8e8
16 changed files with 552 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ commands =
sh tools/pretty_tox.sh '{posargs}'
[testenv:docs]
commands = python setup.py build_sphinx
commands = python setup.py build_sphinx -E
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'