cool-easter-32542
06/17/2023, 5:47 PMpants test ::, the Java tests all pass, but Pytest fails to identify any of the Python tests.
2. pants package src/python/app/line_printer:lp creates the lp.pex binary, but pants run src/python/app/line_printer:lp yields ImportError: Error while finding module specification for 'app.line_printer'.
3. pants package src/java/app/lineprinter:lp creates the lp.jar file, but pants run src/java/app/lineprinter:lp yields java.lang.ClassNotFoundException: app.lineprinter.Main.
Any advice would be greatly appreciated!
pantsbuild/pants