-
Notifications
You must be signed in to change notification settings - Fork 1
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
ac25392
commit fc9d454
Showing
3 changed files
with
28 additions
and
43 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
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,19 @@ | ||
# Contribute | ||
|
||
This page describes some information relevant for contruibuting to bfabricPy. | ||
|
||
## Development install | ||
|
||
You should install the `dev` group as it contains some extra packages for running the tests. | ||
|
||
```bash | ||
pip install -e ".[dev]" | ||
``` | ||
|
||
## Running tests | ||
|
||
With `nox` and `uv` installed, it is as simple as running `nox` in the project root without any arguments. | ||
|
||
## Integration tests | ||
|
||
Note that integration tests have been moved to a separate repository. Please contact us if you are interested. |
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