소스 검색

Document a workaround for testing scripts without test() (#5257)

ThreeRhinosInAnElephantCostume 3 년 전
부모
커밋
f581264b70
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      development/cpp/unit_testing.rst

+ 1 - 1
development/cpp/unit_testing.rst

@@ -352,5 +352,5 @@ If no errors are printed and everything goes well, you're done!
 
     If your test case requires that there is no ``test()``
     function present inside the script file,
-    you can disable the runtime section of the test by naming the script file so that it matches the pattern ``*.noscript.gd``.
+    you can disable the runtime section of the test by naming the script file so that it matches the pattern ``*.notest.gd``.
     For example, "test_empty_file.notest.gd".