Class PythonProjectLayoutTest
java.lang.Object
org.machanism.machai.project.layout.PythonProjectLayoutTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void
-
Constructor Details
-
PythonProjectLayoutTest
PythonProjectLayoutTest()
-
-
Method Details
-
isPythonProject_returnsFalse_forDirectoryWithoutModelFile
-
isPythonProject_returnsFalse_forPyprojectWithoutProjectName
@Test void isPythonProject_returnsFalse_forPyprojectWithoutProjectName(@TempDir Path tempDir) throws IOException - Throws:
IOException
-
isPythonProject_returnsTrue_forValidNonPrivateProject
@Test void isPythonProject_returnsTrue_forValidNonPrivateProject(@TempDir Path tempDir) throws IOException - Throws:
IOException
-
isPythonProject_returnsFalse_forPrivateProjectClassifier
@Test void isPythonProject_returnsFalse_forPrivateProjectClassifier(@TempDir Path tempDir) throws IOException - Throws:
IOException
-
getSources_returnsNull
@Test void getSources_returnsNull() -
getDocuments_returnsNull
@Test void getDocuments_returnsNull() -
getTests_returnsNull
@Test void getTests_returnsNull()
-