Skip to content

Commit

Permalink
Add comment with testing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Enkidu93 committed Jul 16, 2024
1 parent 2b986ed commit 1d5672f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/SIL.Machine.Tests/Corpora/UsfmManualTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ public record PretranslationDto

[Test]
[Ignore("This is for manual testing only. Remove this tag to run the test.")]
/*
In order to run this test on specific projects, place the Paratext projects or Paratext project zips in the Corpora/TestData/project/ folder.
If only testing one project, you can instead place the project in the Corpora/TestData/ folder and rename it to "project"
*/
public async Task CreateUsfmFile()
{
async Task GetUsfmAsync(string projectPath)
Expand Down

0 comments on commit 1d5672f

Please sign in to comment.