-
-
Notifications
You must be signed in to change notification settings - Fork 32
Migrate Unit Tests to use DataRow #186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Migrate UnitTestFormat. - Update test framework sub-module.
|
@torbacz I couldn't resist and I've started the migration of the Unit Tests to use the shiny new DataRow 😉 The thing is that it's failing... Care to take a look please? |
|
@josesimoes |
|
@josesimoes Also I found out 2 more issues:
On Monday I'm going to create all 3 issues and try to resolve the first one (which is most important for now) |
|
OK... I'm not looking at the code right now so I have little advice to offer at this time. Maybe we can switch the separator from a comma to another char less likely to be found im those contexts like a pipe | or an asterisk * or a #. |
|
@josesimoes Output from console: Note: Additional spaces and : |
Not that I'm aware of... 😯 unit test have been passing in mscorlib. |
|
Found it, when coping from github it removed 2 spaces from parameters.... PR for new version of test framework on the way - resolving ',' in parameters, long strings in parameters and skipping "TestMethod" if "DataRow" is used. |
|
@josesimoes |
|
@torbacz brilliant! Thank you very much for the quick turn around. |
|
@josesimoes |
|
I've change only 2 things in your code:
|
|
@torbacz I had to wait for you to join the organization before assigning the permissions. You can now push that branch. |
|
@josesimoes |
Please DO NOT change that otherwise it wont' work! 😱 |
|
@torbacz it should allow you to push now. |
|
@josesimoes Btw "Do not change that" - do not change to package or do not update submodule to latest? |
Odd... Please go for a PR against that branch instead. |
OK to update sub-module. |
|
@torbacz I'm thinking that it will take a while to complete the migration to DataRow (considering the lack of participation from the community). Therefore I suggest that this is merged as it is and the work can be resumed in future iterations. |
|
Ok! Maybe create an issue for it? |
Good idea! It will add visibility to the task. Care to do add it and link it back to this PR? |


Description
Motivation and Context
How Has This Been Tested?
Screenshots
Types of changes
Checklist: