Skip to content

Commit

Permalink
add note about not adding tests for submission, update markdownlint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gatlinnewhouse committed Dec 5, 2023
1 parent da8f061 commit 48094fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ cargo embed --release

Demoing classic controls (buttons and logo touch) with the pixel display on the Micro:bit v2:

[Video](videos/PRESENTATION.mp4)
[Video](videos/PRESENTATION.mp4)
2 changes: 2 additions & 0 deletions dev_diary.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ Finally I cleaned up the [README](README.md) file to reflect the listed requirem

Upon some research, it appears that unit testing in a `no_std` environment can be done but requires [some workarounds](https://stackoverflow.com/questions/28185854/how-do-i-test-crates-with-no-std).

I decided against adding unit tests before submitting since this seemed like a bit of a hacky way around the `no_std` environment.

I filmed, edited a little, and uploaded a presentation of the game to the repo and added a link to the video in the [README](README.md) file. I used git LFS to upload the video to GitHub.

0 comments on commit 48094fa

Please sign in to comment.