diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-08 13:02:55 -0700 |
---|---|---|
committer | Maxim Dubrovkin <maximdubrovkin@Maxims-MBP.Dlink> | 2016-09-20 19:56:40 +0500 |
commit | e380abfcbf90f8c3437f2d934c15ddf150cb6c36 (patch) | |
tree | e265db6457775acd5aae302d4973de32489553df | |
parent | 90c0e4725a4e2840a2ea6a8467921b6845e893fd (diff) | |
download | sendgrid-csharp-e380abfcbf90f8c3437f2d934c15ddf150cb6c36.zip sendgrid-csharp-e380abfcbf90f8c3437f2d934c15ddf150cb6c36.tar.gz sendgrid-csharp-e380abfcbf90f8c3437f2d934c15ddf150cb6c36.tar.bz2 |
Updating test execution instructions
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ee4c4ac..9693f9e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -74,7 +74,7 @@ We welcome direct contributions to the sendgrid-csharp code base. Thank you! git clone https://github.com/sendgrid/sendgrid-csharp.git ``` -Open `sendgrid-csharp/SendGrid/SendGrid.sln` +- Open `sendgrid-csharp/SendGrid/SendGrid.sln` ## Environment Variables @@ -116,7 +116,9 @@ All test files are in the [`UnitTest`](https://github.com/sendgrid/sendgrid-csha For the purposes of contributing to this repo, please update the [`UnitTest.cs`](https://github.com/sendgrid/sendgrid-csharp/tree/v3beta/test/SendGrid/UnitTest/UnitTest.cs) file with unit tests as you modify the code. -<!--- describe how to run the tests ---> +Downloaded [Prism](https://github.com/stoplightio/prism/releases) and rename the executable to be prism.exe and place the renamed executable in your PATH. + +When you run the tests for the first time, you will need to allow Prism.exe to run, but you don't need to allow outside connections. <a name="style_guidelines_and_naming_conventions"></a> ## Style Guidelines & Naming Conventions |