~allanlesage/qakit/dashboard-slurper

« back to all changes in this revision

Viewing changes to README

  • Committer: Thomi Richards
  • Date: 2014-10-08 01:30:28 UTC
  • Revision ID: thomi.richards@canonical.com-20141008013028-evtaw14tjrok6ty6
Add license.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
QA Kit
2
2
======
3
3
 
4
 
 
5
 
This is a repository of scripts that might be useful to people in the UEQA department.
6
 
 
7
 
Each command has help associated with it, and there's a config file in ~/.config/qakit.ini which may need to be edited.
 
 
b'\\ No newline at end of file'
 
4
'qakit' is a tool that presents information that might be useful to UEQA engineers.
 
5
 
 
6
How Do I run this?
 
7
==================
 
8
 
 
9
1) You already have the source code - well done!
 
10
2) Create a python 2 virtualenv (sadly the trello API is python 2 only)::
 
11
 
 
12
        virtualenv ve
 
13
 
 
14
3) Install qakit::
 
15
 
 
16
        python setup.py install
 
17
 
 
18
4) Run the 'qakit' command.
 
19
 
 
20
How Do I run the tests?
 
21
=======================
 
22
 
 
23
As above, but run `python setup.py test` instead of installing it.
 
 
b'\\ No newline at end of file'