Replies: 1 comment
-
Due to the sheer amount of test data we use, we have moved it to its own repository - https://github.com/bcgit/bc-test-data - so that it can be shared across various BC projects. To run the tests you can clone bc-test-data somewhere along the path to bc-csharp or other repos. Note that since github hosts mirrors of the actual repos it's possible for these things to get temporarily out of sync. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In file "SimpleTest.cs"
Line:
private static readonly string DataDirName = "bc-test-data";
Should be:
private static readonly string DataDirName = "data";
...in order for unit tests to find the test data correctly. Or alternatively change the test data directory name to correspond correct folder.
Do you actually run these tests in any pipeline before a release?
Beta Was this translation helpful? Give feedback.
All reactions