Skip to content

Commit

Permalink
Remove component tests and fix unit tests (why were they broken?)
Browse files Browse the repository at this point in the history
  • Loading branch information
gummyfrog committed May 6, 2024
1 parent b45d36f commit 1c0ce4d
Show file tree
Hide file tree
Showing 9 changed files with 534 additions and 543 deletions.
38 changes: 37 additions & 1 deletion documentation/docs/testing/unit-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,4 +257,40 @@ You can find the generated unit test report [here.](https://htmlpreview.github.i
- GET request to http://localhost:8000/get_wifi_networks
- #### Expected Result
- An array of objects containing information about nearby wifi access points.
</details>
</details>


<!-- ## Classroom Components
### Allow User to Join a Classroom
<details open="True">
- Check that the user is able to join a classroom with an invite code.
- #### Input / User action
- User inputs an invite code to a classroom.
- #### Expected Result
- User should be added to the classroom.
</details>
### Fail to join with an invalid invite code
<details open="True">
- Check that the user is unable to join a classroom with an invalid invite code.
- #### Input / User action
- User inputs an invalid invite code.
- #### Expected Result
- Classroom join request should fail.
</details>
### Allow User to Leave a Classroom
<details open="True">
- Check that the user is able to leave a classroom.
- #### Input / User action
- User presses the "leave classroom" button.
- #### Expected Result
- User should be removed from the classroom.
</details>
-->
112 changes: 0 additions & 112 deletions unit_tests/TestClassroomManager.test.jsx

This file was deleted.

Loading

0 comments on commit 1c0ce4d

Please sign in to comment.