
This adds a number of unit tests around the cells_shell logic that should allow our integration tests to start operating differently. We will likely end-up extracting some of the common logic for the _shell unit test modules to a base test case class so we can use those methods across all the unittests more conveniently. Change-Id: I60a6e7c89aec6c1104177b92b6e2e358adfe01d5
2 lines
52 B
Python
2 lines
52 B
Python
"""Unit tests for cratonclient.shell submodules."""
|