-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Unittests #366
Unittests #366
Conversation
Nice stuff Jan! Starting with red is a start - even tough I thought it should be red due to missing features - not the test code 😛 No idea on why it can't download! I assumed it would just "automagically work" with auto-discovery of tests without any setup for me to do like it did for NUnit. So I'm surprised to see it go red because it can't fetch a package. I'll try it out locally when I get a moment. Maybe we have to give it a nudge somehow; See if it fails on an older dependency, explicitly set up a package source etc. If it keeps failing I can try to get in touch with the AppVeyor folks - it might affect others too. |
Add nuget.org as package source for xunit @appveyor
Moving discussion from https://github.com/JanEggers/CefSharp/issues/1 over here ... Yes, copying the xUnit runner to the relevant
|
@jornh Need to call Change required is in the WIP branch I've been working on which can be found here amaitland@298b570 |
Cool @amaitland! Thanks a bunch for the 🍒 ... Jan actually mentioned something - but I forgot again. Guess, I'm running low on energy. Better go compile some food ... 😄 |
@jornh No probs! I'll catch you on the flip side, it's sleep time for me 😄 |
Sleep well! Right past midnight if you are on Sidney time? http://everytimezone.com/ |
@jornh Pretty much spot on, I'm in Brisbane (same time zone as Sydney) 😄 |
@jornh @amaitland : is there a chance to merge this even if its useless atm. i would rather start a new pr for resolving #351 as it will bring some structural changes with it as we have to rely more on delegates for callbacks as it seems. |
Good point! No reason not to merge it now. It's still a step in the right direction. As long as auto discover of xUnit tests are disabled on appveyor it's not doing any harm. Merging it now. |
Nice to see the PR queue getting smaller, fantastic work guys! 😄 |
i ported the unittests to use xunit
in the spirit of tdd they are red now so good luck @jornh to integrate them.
sadly cef tries to start the subprocess from vs testwindow app and not from the path i specified in the browsersettings which is quite confusing.