Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note to the doc of testminimizer #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README_testminimizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ pip2 install lithium-reducer --user

You need to manually install this dependency at the moment.


#### Running the tool:

```bash
Expand All @@ -61,6 +60,8 @@ do-like-javac/dljc -t testminimizer \
-- <your project build cmd>
```

__Note__: You may meet the problem `module 'lithium' has no attribute 'TestcaseLine'`, which means there is a interruption by package `lithium`, running `pip uninstall lithium` may solve this problem.
Copy link
Collaborator Author

@al3xliu al3xliu Jun 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very long line
change line break into two sentences


##### Regex note

The parameter `--expectOutputRegex` takes the given argument as a
Expand All @@ -78,5 +79,3 @@ project](https://github.com/opprop/DemoProject4TestMinimizer)
that demos the TestMinimizer. You can clone it and try to run the demo
script there to have a better sense of what TestMinimizer can do for
you.