Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ clone repo `git clone [email protected]:goblet/goblet.git`
install local version in your env by `pip install -e .`


If you are running into issues running tests make sure to set your pythonpath.
**If you are running into issues running tests,** make sure to set your pythonpath.

```export PYTHONPATH=$(pwd)```

and install requests-mock

```pip install requests-mock```
## Writing Tests

* When mocking tests that interact with GCP you will notice the following env vars set.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ Please file any issues, bugs or feature requests as an issue on our [GitHub](htt

## Want to Contribute

If you would like to contribute to the library (e.g. by improving the documentation, solving a bug or adding a cool new feature) submit a [pull request](https://github.com/goblet/goblet/pulls).
If you would like to contribute to the library (e.g. by improving the documentation, solving a bug or adding a cool new feature) please follow the [contribution guide](CONTRIBUTING.md) and submit a [pull request](https://github.com/goblet/goblet/pulls).

## Want to Support

Expand Down