Skip to content

Commit

Permalink
Update the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ketkarameya committed Aug 14, 2023
1 parent f075ebc commit 5fbdb7b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 8 additions & 1 deletion plugins/scala_test/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# `scalatest` Migration Plugin

## Usage:

Clone the repository - `git clone https://github.com/uber/piranha.git`

Install the dependencies - `pip3 install -r plugins/scala_test/requirements.txt`

Run the tool - `python3 plugins/scala_test/main.py -h`

CLI:
```
python3 plugins/scala_test/main.py -h
usage: main.py [-h] --path_to_codebase PATH_TO_CODEBASE
Migrates scala tests!!!
Expand Down
2 changes: 2 additions & 0 deletions plugins/scala_test/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
polyglot-piranha
pytest

0 comments on commit 5fbdb7b

Please sign in to comment.