-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0938ecd
commit aa4d46c
Showing
2 changed files
with
31 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# PyBankID | ||
|
||
Pull requests are welcome! They should target the [develop](https://github.com/hbldh/pybankid/tree/develop) branch. | ||
|
||
## Development | ||
|
||
Dependencies needed for development can be installed through pip: | ||
|
||
```bash | ||
pip install -r requirements-dev.txt | ||
``` | ||
|
||
## Testing | ||
|
||
The PyBankID solution can be tested with [pytest](https://pytest.org/): | ||
|
||
```bash | ||
pytest | ||
``` | ||
|
||
## Type checking | ||
|
||
PyBankID is annotated with types and [mypy](https://www.mypy-lang.org/) is used as type-checker. All contributions should include type annotations. | ||
|
||
```bash | ||
mypy | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters