Kotlin / kotlin-jupyter

Kotlin kernel for Jupyter/IPython
Apache License 2.0
1.12k stars 107 forks source link

integrationTypeNameRules support for LibrariesScanner #364

Closed Jolanrensen closed 2 years ago

Jolanrensen commented 2 years ago

Adds support for integrationTypeNameRules inside JUnit tests. Might need some extra work, but it's a start :)

Jolanrensen commented 2 years ago

I see that using just this, the other library instances also get initiated. They don't get executed I think (my tests work fine), so probably I missed something.

Jolanrensen commented 2 years ago

It works great! IMO you can merge it