Skip to content

Commit

Permalink
Merge pull request #47 from recast-hep/CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasheinrich authored Sep 19, 2021
2 parents 1a95c00 + da0b34a commit 4eba02e
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Contributing to the RECAST CLI

`recast` is meant to be a convenience tool for analysts within collaboration. We welcome contributions
from the community to improve the user experience.


## Running unit tests

We use `pytest` as a unit testing framework

```
pytest tests
```

## Smoke Testing the `local` backend

```
recast run testing/busyboxtest --backend docker
```

## Smoke Testing the `docker` backend

```
docker build -f docker/Dockerfile -t recastestimg .
RECAST_DOCKER_IMAGE=recastestimg recast run testing/busyboxtest --backend docker
```

0 comments on commit 4eba02e

Please sign in to comment.