Replies: 1 comment 1 reply
-
Just fyi, I've created a JetBrains ticket for this issue: https://youtrack.jetbrains.com/issue/RIDER-129935/Rider-does-not-discover-TUnit-tests-if-there-are-spaces-in-the-project-path |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there,
I had problems with Rider not discovering TUnit tests on Linux. Executing tests via the CLI always worked.
Turns out the problem were spaces in my project path. My path was something like "./Riderprojects/My Cool Project". When I changed it to "MyCool-Project" it worked without problems.
Maybe this could be added to the FAQ section of the documentation, so the next person does not waste roughly 2 days debugging it like i did ^^'
Beta Was this translation helpful? Give feedback.
All reactions