Replies: 1 comment
-
Technically possible but I wouldn't recommend it to be honest. TUnit creates a main method for you automatically. You'd need to create a manual entry point to run the tests. |
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
-
I wonder if it is possible to embed tests inside the project they are testing. This obviously not common in C# but I read about it in a Java context.
No more scrolling and searching for tests, they are where the code is. I think this is a nice feature.
I understood from the readme, that the tests can run as a standalone binary. This is why I wondered if TUnit tests could be inside for example a regular console app.
Beta Was this translation helpful? Give feedback.
All reactions