aiidalab / aiidalab-widgets-base

Reusable widgets for AiiDAlab applications
MIT License
7 stars 17 forks source link

Support the inputs namespace for process inputs check widget #435

Closed unkcpz closed 1 year ago

unkcpz commented 1 year ago

fixes #434

unkcpz commented 1 year ago

The implementation is finished, the pre-commit failed by the same reason as https://github.com/aiidalab/aiidalab-widgets-base/pull/433 caused by warn.warning clauses. I'll separate the pre-commit fixes into a PR. (fixed in https://github.com/aiidalab/aiidalab-widgets-base/pull/442) For this one, I want to use it as an example to implement the unit test for widgets. I can mock a workchain process as did in aiida-quantumespresso. Pass the process to the widget and interactive with it through the traitlets and detect the change.