ncouture / MockSSH

Mock an SSH server and define all commands it supports (Python, Twisted)
Other
125 stars 23 forks source link

Rename PasswordPromptingCommand to PromptingCommand #3

Closed ncouture closed 10 years ago

ncouture commented 10 years ago

The PasswordPromptingCommand class provides non-password-specific functionality.

In order to make this obvious we will be renaming PasswordPromptingCommand to PromptingCommand.

With this fix:

  1. PasswordPromptingCommand is renamed to PromptingCommand
  2. Examples (examples/mock_cisco.py and examples/mock_F5.py) are updated to reflect this change
  3. The hy DSL is updated to reflect this change