diff options
author | Pavlo Shchelokovskyy <shchelokovskyy@gmail.com> | 2017-09-19 12:34:01 +0000 |
---|---|---|
committer | Pavlo Shchelokovskyy <pshchelokovskyy@mirantis.com> | 2017-09-22 08:56:34 +0000 |
commit | ca14146e03a41e2597cd28fc3a0ba15a4630fc58 (patch) | |
tree | 741cbaa7161ae114ab50b33c955890f0381cd349 /.gitignore | |
parent | 76ba2523c566cd2a6507acabab5c4c3dd6df4384 (diff) | |
download | ironic-ca14146e03a41e2597cd28fc3a0ba15a4630fc58.tar.gz |
Migrate to stestr as unit tests runner
Recent update brought os-testr 1.0.0 that already uses stestr test
runner instead of testrepository.
This patch migrates those places using testrepository to using stestr.
Change-Id: I793617e042b38aea4cb177b51b6a7ba4a9268f3c
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 37af5bdbd..c885b687d 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ develop-eggs *.DS_Store .idea .testrepository +.stestr .tox .venv .*.swp |