E2E Testing First pass. Test each command in a sequence to mock what a user might do.
This commit is contained in:
parent
7d5a901532
commit
ef22c93c39
7 changed files with 224 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) .NET Foundation. All rights reserved.
|
||||
// Copyright (c) .NET Foundation. All rights reserved.
|
||||
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||
|
||||
using System;
|
||||
|
@ -141,3 +141,7 @@ namespace Microsoft.DotNet.Cli.Utils
|
|||
}
|
||||
}
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
>>>>>>> 8a53c73... E2E Testing First pass. Test each command in a sequence to mock what a user might do.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue