Class PythonReviewerTest

java.lang.Object
org.machanism.machai.gw.reviewer.PythonReviewerTest

class PythonReviewerTest extends Object
  • Field Details

    • tempDir

      @TempDir Path tempDir
  • Constructor Details

    • PythonReviewerTest

      PythonReviewerTest()
  • Method Details

    • getSupportedFileExtensions_returnsPy

      @Test void getSupportedFileExtensions_returnsPy()
    • perform_returnsNullWhenNoGuidanceTag

      @Test void perform_returnsNullWhenNoGuidanceTag() throws IOException
      Throws:
      IOException
    • perform_returnsNullWhenGuidanceTagPresentButNoSupportedSyntaxMatches

      @Test void perform_returnsNullWhenGuidanceTagPresentButNoSupportedSyntaxMatches() throws IOException
      Throws:
      IOException
    • perform_formatsWhenGuidancePresentInLineComment

      @Test void perform_formatsWhenGuidancePresentInLineComment() throws IOException
      Throws:
      IOException
    • perform_formatsWhenGuidancePresentInTripleQuotedString

      @Test void perform_formatsWhenGuidancePresentInTripleQuotedString() throws IOException
      Throws:
      IOException