-
Notifications
You must be signed in to change notification settings - Fork 19
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
Looking to add expecto support #2
Comments
While test tracking is something on my roadmap in next phase, it's not something I've done a detailed breakdown of yet. Off the top of my head we would need
|
The overall test tracking feature, of which this is a special case, is currently in progress. That still means that it'll be ready when it's ready and not before. |
If you want to live on the bleeding edge, then I have an absolute "meets minimum" that could be taken and tested as of commit 1704e95. You'll need command line parameters |
The latest release, 2.0.350 has the customisable Have fun! |
Closing, in the absence of further activity. |
Was this implemented? It would be awesome to have this support. (I just discovered your project) |
Seems like @TheAngryByrd got it working haf/expecto#219 (comment) |
@haf I'm gonna take a look at integrating #7 into https://github.com/TheAngryByrd/MiniScaffold today |
wow nice! This is really awesome |
Forgot to mention, I added TheAngryByrd/MiniScaffold#85 a while back. Seems to work well. |
You're welcome. You are about a dozen releases out of date ATM, though, and, in particular, 3.0.490 contains a ton of bloat from redundant PowerShell core runtimes that are removed in 3.5.xxx -- not to mention the various core functionality bug-fixes in more recent releases. |
From the getting started guide, it looks like i don't need https://github.com/TheAngryByrd/MiniScaffold/blob/master/Content/tests/Directory.Build.targets any longer. Does that seem right? |
That's correct -- not since build 3.0.488, or really, given the screw-up with that release (related to the powershell bloat), since 3.0.490 -- i.e. the one you've been using all along, as it happens |
Unhandled exception. System.Runtime.InteropServices.MarshalDirectiveException: Cannot marshal 'parameter #2': Invalid managed/unmanaged type combination (Marshaling to and from COM interface pointers isn't supported). at Mono.Cecil.Pdb.SymWriter.CoCreateInstance(Guid& rclsid, Object pUnkOuter, UInt32 dwClsContext, Guid& riid, Object& ppv) at Mono.Cecil.Pdb.SymWriter..ctor() in C:\sources\cecil\symbols\pdb\Mono.Cecil.Pdb\SymWriter.cs:line 39 at Mono.Cecil.Pdb.NativePdbWriterProvider.CreateWriter(ModuleDefinition module, String pdb) in C:\sources\cecil\symbols\pdb\Mono.Cecil.Pdb\PdbHelper.cs:line 81
Hey Steve, if I were looking to add expecto support to altcover what do you expect the workload would be?
haf/expecto#219
In here I talk about what sort of steps could give us partial support in OpenCover, by leveraging attribute based test tracking, however it would also be nice to track certain methods by name such as
runTestsInAssembly
runTestsWithArgs
runTests
. Hopefully I can be of use?The text was updated successfully, but these errors were encountered: