Files
openide/python/testData/example/junit5/single.py
Vitaly Legchilkinandintellij-monorepo-bot 1c6696da69 [python][junit5] PyDefaultTestApplication, new helper for python tests
* A new annotation PyDefaultTestApplication was added. This annotation allows you to use implicit fixture like project, module, source root, psiFile or editor. Also, it waits for indexes to be ready and processes file templates (i.e. <caret>, etc)

* FolderTest was added - allows you to run the test across the folder with individual files.

* Blueprint source roots were added, you might specify a folder as a source root for your test class.

* PythonJUnit5ExampleTest added as a showcase

GitOrigin-RevId: a26c19be9d83baafadc6804547c2cc0d1ef6f811
2025-08-12 13:28:45 +00:00

2 lines
30 B
Python

print("Hello, world!")<caret>