Merge pull request #4 from scarabeusiv/master

Merge whitespace & documentation cleanup
This commit is contained in:
Michal Hrušecký 2014-02-10 10:35:27 +01:00
commit cf94542e41
2 changed files with 17 additions and 17 deletions

View File

@ -1,8 +1,8 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# (C) 2013 mhrusecky@suse.cz, openSUSE.org
# (C) 2013 tchvatal@suse.cz, openSUSE.org
# (C) 2014 mhrusecky@suse.cz, openSUSE.org
# (C) 2014 tchvatal@suse.cz, openSUSE.org
# Distribute under GPLv2 or GPLv3
from osc import cmdln

View File

@ -4,12 +4,12 @@ Testing
Dependencies
------------
Test suite is using +nose+ and +httpretty+ for testing. You need these tho
python modules installed to run tests. In openSUSE, you can do it using the
following command as a root:
Test suite is using +nose+, +httpretty+ and +mock+ for testing. You need these
three python modules installed to run tests. In openSUSE, you can do it using
the following command as a root:
--------------------------------------------------------------------------------
zypper in python-nose python-httpretty
zypper in python-nose python-httpretty python-mock
--------------------------------------------------------------------------------
Running tests
@ -22,8 +22,8 @@ run the following command there:
nosetests
--------------------------------------------------------------------------------
Structure
---------
Structure of the suite
----------------------
Each object is containing functions for the individual tests so split them per
area of interest.