krzema12 / kotlin-python

Python target for the Kotlin Programming Language. See https://github.com/krzema12/kotlin-python/tree/python-backend/python
https://discuss.kotlinlang.org/t/idea-python-backend/19852
48 stars 1 forks source link

[#75] Refactor box test reports structure #81

Closed krzema12 closed 2 years ago

krzema12 commented 2 years ago

This is preparation before introducing reports for MicroPython box tests. A more formal structure is introduced, so that current reports sit in python/box.tests/reports/pythonTest, and the last part of this path is actually the name of the Gradle task, which in case of MicroPython will be microPythonTest.

Testing

Checked that generate-box-tests-reports.main.kts generates the same output, under the new paths.