You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[x] partial migration to pytest for parametrized tests
[x] Fix no stdin in exec result
(cherry picked from commit 038ba13c6eae39bad0e1ae8a7adb5ebb8f4356c1)
Subprocess is not singleton anymore: only lock property is shared. (#96)
`SingleLock` metaclass added. `Singleton` saved for historical reasons.
All Subprocess tests and SSHAuth tests ported to pytest.
(cherry picked from commit f120cae81a6b2da43d7aff79cbbe3c8307a7cb73)
Signed-off-by: Alexey Stepanov <penguinolog@gmail.com>