C♯
- Total activity 55
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 19
- Subscriptions 11
-
C♯ created a post, reStructuredText parsing error
It parses successfully on Visual Studio Code; however, on IntelliJ IDEA, the all-important docstring is not displayed. Is there no such feature, or is my setting wrong? After reading the help, I'm ... -
-
C♯ created a post, AnsweredHow run all the tests in a pytest test test class when the test class don't have test methods directly?
class TestNode: class TestSetParent: def test_1(self): assert True def test_2(self): assert True class TestGetParent: def test_1(self): a... -
-
C♯ created a post, AnsweredWhy can't groovy's unit tests run in IDEA?
I have a very simple unit test file, which works well by using the groovy command directly, but this problem occurs when running in the IntelliJ IDEA. class ListTest extends GroovyTestCase { void ... -
-
-
-
-