Skip to content

added unit tests for rustcast#264

Merged
unsecretised merged 6 commits into
RustCastLabs:masterfrom
hriztam:unit-tests
May 21, 2026
Merged

added unit tests for rustcast#264
unsecretised merged 6 commits into
RustCastLabs:masterfrom
hriztam:unit-tests

Conversation

@hriztam
Copy link
Copy Markdown
Contributor

@hriztam hriztam commented Apr 23, 2026

  • Added basic unit tests for almost all the features and interactions
  • Added cargo test in the github workflow (it includes all the tests)

Fixes #238

@hriztam hriztam requested review from tanishq-dubey and unsecretised and removed request for unsecretised April 23, 2026 09:00
@hriztam hriztam requested a review from unsecretised April 23, 2026 09:07
@unsecretised
Copy link
Copy Markdown
Collaborator

i'm gonna need a while to work on reviewing this.. its a huge PR

@hriztam
Copy link
Copy Markdown
Contributor Author

hriztam commented Apr 23, 2026

Yeah understandable

@unsecretised
Copy link
Copy Markdown
Collaborator

I'm yoloing this...

Copy link
Copy Markdown
Collaborator

@unsecretised unsecretised left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

YOLO

Comment thread src/app/tile/update.rs
Task::done(message_for_open_command(&app.open_command))
}
AppCommand::Message(msg) => {
AppCommand::Message(_) => {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can this be converted so that the task is produced only after the match statement?

Copy link
Copy Markdown
Contributor Author

@hriztam hriztam May 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apologies i didn't see this statement and didn't even get the notification for it, let me see what i can do

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eh issok

@unsecretised unsecretised merged commit 17f90ed into RustCastLabs:master May 21, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unit tests / tests (code)

2 participants