- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getPyFilePath (1.23 sec)
-
src/test/java/org/codelibs/fess/job/PythonJobTest.java
} // Test getPyFilePath method public void test_getPyFilePath() { pythonJob.filename("test_script.py"); String expectedPath = "WEB-INF" + File.separator + "env" + File.separator + "python" + File.separator + "resources" + File.separator + "test_script.py"; assertEquals(expectedPath, pythonJob.getPyFilePath()); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 22.1K bytes - Viewed (0)