Skip to content

Commit

Permalink
Merge pull request #3 from convince-project/easier_unittest
Browse files Browse the repository at this point in the history
Make unit tests easier to run
  • Loading branch information
charlie1329 authored May 22, 2024
2 parents 604e6b2 + 125f04d commit 4a2f9d7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ Small examples of REFINE-PLAN can be found in the `bin` directory.
To run all unit tests, run:

```bash
cd tests/algorithms
python3 -m unittest discover --pattern=*.py
cd ../models
cd tests
python3 -m unittest discover --pattern=*.py
```

Expand Down
Empty file added tests/__init__.py
Empty file.
Empty file added tests/algorithms/__init__.py
Empty file.
Empty file added tests/models/__init__.py
Empty file.

0 comments on commit 4a2f9d7

Please sign in to comment.