added unit tests to sawtooth-core/validator/concurrent/atomic.py#20
added unit tests to sawtooth-core/validator/concurrent/atomic.py#20mithunshashidhara wants to merge 1 commit intolntdev:mithunfrom
Conversation
unit tests are added to increase test code coverage. added tests do not alter existing functionality. Signed-off-by: mithun shashidhara <mithunx.shashidhara@intel.com>
| from test_journal.utils import wait_until | ||
|
|
||
| from test_journal import mock_consensus | ||
|
|
There was a problem hiding this comment.
Please remove unused/redundant imports.
| LOGGER = logging.getLogger(__name__) | ||
|
|
||
|
|
||
| class Test_ConcurrentMultiMap(unittest.TestCase): |
There was a problem hiding this comment.
Put some comment what this testclass is about.
| if block_validator is not None: | ||
| block_validator.stop() | ||
|
|
||
|
|
There was a problem hiding this comment.
Write comments what this class is about.
|
The commit message subject shouldn't be more than 70 characters. The commit message body should describe more in detail about what changes happened and stuff: Looks very general. Please provide something specific like for example:
|
unit tests are added to increase test code coverage.
added tests do not alter existing functionality.
Signed-off-by: mithun shashidhara mithunx.shashidhara@intel.com