Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add nushell
  • Loading branch information
tusharsadhwani committed Oct 30, 2021
commit f2d286a10bde15fa6d7848f96be9895d97e914f3
3 changes: 3 additions & 0 deletions tests/unit/activation/test_nushell.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ def __init__(self, session):

self.unix_line_ending = not IS_WIN

def print_prompt(self):
return "echo $virtual_prompt"

activation_tester(Nushell)