-
Notifications
You must be signed in to change notification settings - Fork 15
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
No test available in compiled exe #4
Comments
Hello, Unfortunately this is the effects of a compiled EXE. Here is a discussion on the issue you're having |
Thank you for the info. Too bad fetching available tests is not possible to be automated in the compiled binary. I just integrated an (optional) codegen of FYI, couple of my tests failed when compiled, e.g. |
I'm also interested in running from a compiled .exe... Were your changes a possible solution to this, @wqweto? Ultimately, what I'd love to do is run all the tests in a command-line mode with reasonable output for an automated build system, @kellyethridge. |
I did not attempt generic solution but had to implement The most inconvenient part is that although the codegen is automated it has to be triggered manually and the generated code has to be copy/pasted manually too when new tests are added. |
Just as a comment for the running the test in a CI environment. |
I'm working on tests for this project: https://github.com/wqweto/VbYoga/tree/master/test
Testing works very well in VBIDE but once compiled the classes are recognized with no methods and show
(0 Tests)
Is there something simple I am missing?
Could it be SimplyVBUnit runtime versions mismatch as 5.0 setup went to
C:\Program Files (x86)\SimplyVBUnit 4.1
for some reason?The text was updated successfully, but these errors were encountered: