mirror of
https://github.com/enso-org/enso.git
synced 2025-01-09 01:26:59 +03:00
e9f3b2327e
[ci no changelog needed] This PR adds a few simple unit tests for GraphEditor, that can be used as an example of native Unit Tests. Covered: 1. Creating nodes - By internal API - By using a TAB shortcut - By using (+) button - By dropping edge 2. Connecting two nodes with an edge Some APIs were extended to allow their testing. Usage of `glyph::System` in `text/component/area` was disabled by conditional compilation, as this code can't be used in native code due to JS dependencies. |
||
---|---|---|
.. | ||
button | ||
drop-down-menu | ||
drop-manager | ||
file-browser | ||
flame-graph | ||
gui | ||
label | ||
list-view | ||
scroll-area | ||
scrollbar | ||
selector | ||
shadow | ||
src | ||
text | ||
toggle-button | ||
Cargo.toml |