Skip to content

Commit 69426f7

Browse files
authored
Refactor/test discovery (#29)
* refactoring tests so that unittest can discover them * updated readme
1 parent cdfcdf3 commit 69426f7

5 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ sysrsync.run(source='/home/user/files',
139139
- Install dependencies with `poetry install`
140140
- Make changes
141141
- Lint with `poetry run pylint ./sysrsync`
142-
- Test with `poetry run python -m nose tests/*`
142+
- Test with `poetry run python -m unittest`
143143
- Run end-to-end tests with `bash end-to-end-tests/run-tests.sh`
144144
- Submit changes with a pull request
145145

@@ -161,4 +161,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
161161

162162
<!-- ALL-CONTRIBUTORS-LIST:END -->
163163

164-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
164+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)