~coreygoldberg/uci-engine/subunit-results

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
41
42
43
44
45
46
47
48
49
50
51
52
======================
SubUnit Results System
======================

`subunitresults` is a Python3 package, and is a component of the Ubuntu CI
Engine (lp:uci-engine).

----------
More Info:
----------

documentation in reStructuredText:

 * /docs/subunit-results.rst

published uci-engine documentation:

 * http://uci.readthedocs.org/en/latest/subunit-results.html

---------------
Python Version:
---------------

 * Python 3.4

--------------------
Use the source Luke:
--------------------

  $ bzr branch lp:uci-engine
  $ cd uci-engine/subunit-results

--------------
Run the Tests:
--------------

To run the tests directly from a development branch, you can use Tox.  Tox is
a generic virtualenv management and test command line tool.  See `tox.ini` for
current configuration.  Tox info: https://testrun.org/tox

 * install Tox:

  $ sudo apt-get install python-tox

 * grab a branch of `uci-engine` from Launchpad:

  $ bzr branch lp:uci-engine mybranch
  $ cd mybranch/subunit-results

 * run the tests:

  $ tox