Skip to content

Commit 319db77

Browse files
committed
Add development-guide
1 parent f7ff68a commit 319db77

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/development-guide.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Development Guide
2+
3+
**Running the code**
4+
5+
`$ python3 -m shallow_backup`
6+
7+
**Testing the code**
8+
9+
```shell
10+
$ cd tests
11+
$ pipenv run python3 -m pytest
12+
```
13+
14+
Make sure all tests pass before opening a PR!

0 commit comments

Comments
 (0)