Commit a42c40d
Apply ConditionalClass attribute and simplify MarkItDownReaderTests
- Remove blank line between System and other using directives
- Add [ConditionalClass] attribute to MarkItDownReaderTests class
- Simplify CreateDocumentReader method to directly return reader without conditional check
- ConditionalClass handles test skipping at class level, eliminating need for manual condition checks
Co-authored-by: adamsitnik <6011991+adamsitnik@users.noreply.github.com>1 parent 2f71906 commit a42c40d
File tree
1 file changed
+2
-4
lines changed- test/Libraries/Microsoft.Extensions.DataIngestion.Tests/Readers
1 file changed
+2
-4
lines changedLines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 16 | + | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
| |||
0 commit comments