clean up and added nunit command to README
This commit is contained in:
parent
09d37fe3ec
commit
4508884c42
2 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,6 @@ namespace Tests
|
||||||
[SetUp]
|
[SetUp]
|
||||||
public void Setup()
|
public void Setup()
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
|
|
|
@ -32,6 +32,7 @@ Type of the project. Valid values for C# are:
|
||||||
* `web`
|
* `web`
|
||||||
* `lib`
|
* `lib`
|
||||||
* `xunittest`
|
* `xunittest`
|
||||||
|
* `nunittest`
|
||||||
|
|
||||||
Valid values for F# are:
|
Valid values for F# are:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue