Skip to content

Commit

Permalink
Add extra explanatory description to the test
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-richardson committed Aug 30, 2019
1 parent 8a04332 commit ace5e29
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
7 changes: 7 additions & 0 deletions source/Octopus.Client.E2ETests/InlinedDependenciesFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@

namespace Octopus.Client.E2ETests
{
/// <summary>
/// These tests are designed to ensure that we keep our published artifact working in the way we expect it to
/// * is a single dll that can be referenced from powershell
/// * actually works
/// If you find yourself changing these tests, it's very likely you'll need to change
/// https://github.com/OctopusDeploy/docs/blob/master/docs/octopus-rest-api/octopus.client.md
/// </summary>
[TestFixture]
public class InlinedDependenciesFixture
{
Expand Down
4 changes: 4 additions & 0 deletions source/Octopus.Client.E2ETests/NuSpecDependenciesFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
namespace Octopus.Client.E2ETests
{
/// <summary>
/// These tests are designed to ensure that we keep our published artifact working in the way we expect it to
/// * is a single dll that can be referenced from powershell
/// * inlines dependencies properly
/// * doesn't pull down unnecessary dependencies
/// If you find yourself changing these tests, it's very likely you'll need to change
/// https://github.com/OctopusDeploy/docs/blob/master/docs/octopus-rest-api/octopus.client.md
/// </summary>
Expand Down
8 changes: 8 additions & 0 deletions source/Octopus.Client.E2ETests/PowerShellExecutionFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@

namespace Octopus.Client.E2ETests
{
/// <summary>
/// These tests are designed to ensure that we keep our published artifact working in the way we expect it to
/// * is a single dll that can be referenced from powershell
/// * inlines dependencies properly
/// * doesn't pull down unnecessary dependencies
/// If you find yourself changing these tests, it's very likely you'll need to change
/// https://github.com/OctopusDeploy/docs/blob/master/docs/octopus-rest-api/octopus.client.md
/// </summary>
[TestFixture]
public class PowerShellExecutionFixture
{
Expand Down

0 comments on commit ace5e29

Please sign in to comment.