test: implementation of basic actual e2e testing for DET #1282
Annotations
2 errors and 4 warnings
|
no method named `with_animations` found for enum `std::result::Result<T, E>` in the current scope:
tests/kittest/interactions.rs#L17
error[E0599]: no method named `with_animations` found for enum `std::result::Result<T, E>` in the current scope
--> tests/kittest/interactions.rs:17:65
|
17 | dash_evo_tool::app::AppState::new(ctx.egui_ctx.clone()).with_animations(false)
| ^^^^^^^^^^^^^^^ method not found in `Result<AppState, Box<dyn Error + Send + Sync>>`
|
note: the method `with_animations` exists on the type `dash_evo_tool::app::AppState`
--> /home/runner/work/dash-evo-tool/dash-evo-tool/src/app.rs:747:5
|
747 | pub fn with_animations(self, enabled: bool) -> Self {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
= note: the full name for the type has been written to '/home/runner/work/dash-evo-tool/dash-evo-tool/target/debug/deps/kittest-2ff88e31fbf4594d.long-type-17968404512442359521.txt'
= note: consider using `--verbose` to print the full type name to the console
help: consider using `Result::expect` to unwrap the `dash_evo_tool::app::AppState` value, panicking if the value is a `Result::Err`
|
17 | dash_evo_tool::app::AppState::new(ctx.egui_ctx.clone()).expect("REASON").with_animations(false)
| +++++++++++++++++
|
|
Clippy
Clippy had exited with the 101 exit code
|
|
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|