Skip to content

Commit

Permalink
Remove XUnit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaurtaev authored and gbalykov committed Dec 6, 2022
1 parent 3b78a07 commit d3c1fef
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 244 deletions.
15 changes: 0 additions & 15 deletions test-suite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,6 @@ to make all necessary steps.
$ powershell.exe -executionpolicy bypass -File run_tests.ps1 <test-name> [<test-name>]
```

- Xunit tests:
```
$ cd XunitTests
$ dotnet test
```


# How to add new test

- move to test-suite directory;
Expand All @@ -117,12 +110,4 @@ to make all necessary steps.

- add test name into ALL_TEST_NAMES list in "run_tests.sh", "run_tests.ps1", "sdb_run_tests.sh" and "sdb_run_tests.ps1" scripts;

- add reference to NewTest project in Xunit tests:
```
$ cd XunitTests
$ dotnet add reference ../NewTest/NewTest.csproj
```

- add attribute `[InlineData("NewTest")]` in xunit test class before method `Run()`;

- in MIExampleTest implemented small scenario of NetCoreDbgTest library using.
144 changes: 0 additions & 144 deletions test-suite/XunitTests/LocalTest.cs

This file was deleted.

85 changes: 0 additions & 85 deletions test-suite/XunitTests/XunitTests.csproj

This file was deleted.

0 comments on commit d3c1fef

Please sign in to comment.