diff options
author | Dan Radez <dradez@redhat.com> | 2017-09-14 09:56:36 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-09-25 13:50:09 +0000 |
commit | 96e8ffec3e9534f4cc131303334cb2d93179feed (patch) | |
tree | ad2498f6bb4e3a36d98ab12e62595730e14a9ca0 /test-requirements.txt | |
parent | f3c3009535b3c64f3cf2031fbc304d1835525409 (diff) |
Adding unittests for build
- covers build.py
- covers build_utils.py
- moved build_utils out of build module, it wasn't possible to import
build.py while build_utils was in a module
Change-Id: I42f08a475d9ca219a62c421d4bdd2d1d3c49691a
Signed-off-by: Dan Radez <dradez@redhat.com>
(cherry picked from commit c876e9d261a7c3189cc8374c995014309c5b9881)
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index f22863c7..4d4509ea 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,3 +4,5 @@ nose # LGPL flake8<2.6.0,>=2.5.4 # MIT pylint==1.4.5 # GPLv2 sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +gitpython #BSD +pygerrit2 #MIT |