diff options
author | Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com> | 2018-06-15 08:41:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-06-15 08:41:37 +0000 |
commit | a3881b599086adf3f963249ef8a15aeb443a1dfd (patch) | |
tree | 4e3294da403e3942cacf07e67974b133a316ede7 | |
parent | 30780069d779c32dbe3f3365bcdde36f9b3bd626 (diff) |
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "assert[Greater,Equal] -> assert_{,not_}called"
- assert[Greater,Equal] -> assert_{,not_}called
assertEqual(mock_xxx.call_count, 1) -> mock_xxx.assert_called_once
assertEqual(mock_xxx.call_count, 0) -> mock_xxx.assert_not_called
assertGreater(mock.call_count, 0) -> mock.assert_called()
assertGreaterEqual(mock.call_count, 1) -> mock.assert_called()
JIRA: YARDSTICK-1069
Change-Id: I890084d120c8e78304e169e2a0e5d30011a41525
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
m--------- | docs/submodules/yardstick | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick -Subproject 9008c4f324b368dcd8594b7af76875e9b272091 +Subproject ded989093f16c2d7d8900b2a3afbc0521d474e0 |