Skip to content

Commit

Permalink
behave4cmd0: Modularize steps into multiple modules
Browse files Browse the repository at this point in the history
REFACTOR: command_steps into

* command_steps (keep: command related steps only)
* environment_steps
* filesystem_steps
* workdir_steps
  • Loading branch information
jenisys committed May 21, 2023
1 parent 0371c22 commit 0e5c80f
Show file tree
Hide file tree
Showing 12 changed files with 445 additions and 380 deletions.
3 changes: 3 additions & 0 deletions behave4cmd0/__all_steps__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
import behave4cmd0.command_steps
import behave4cmd0.note_steps
import behave4cmd0.log.steps
import behave4cmd0.environment_steps
import behave4cmd0.filesystem_steps
import behave4cmd0.workdir_steps
Empty file modified behave4cmd0/command_shell.py
100755 → 100644
Empty file.
Empty file modified behave4cmd0/command_shell_proc.py
100755 → 100644
Empty file.

0 comments on commit 0e5c80f

Please sign in to comment.