-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,10 +38,12 @@ You may use any resources you find, but must complete the quiz individually. Goo | |
- References that you may find helpful: [Flake8](https://flake8.pycqa.org/en/latest/), [PyTest](https://docs.pytest.org/en/6.2.x/getting-started.html) | ||
- C/C++: runs `make` successfully | ||
- You can find the results in the Actions tab on GitHub: [viewing your workflow results](https://docs.github.com/en/actions/quickstart#viewing-your-workflow-results). | ||
- Hidden tests | ||
- Enable by asking your email contact to add the required repository secret | ||
- Run Python solution tests [here](https://github.com/UBCSailbot/software-quiz/actions/workflows/python-hidden.yml) and C/C++ solution tests [here](https://github.com/UBCSailbot/software-quiz/actions/workflows/c-cpp-hidden.yml) | ||
- Once the repository secret has been added, the Tests Prerequisites Check job should pass | ||
- Hidden tests: You can test your solution against our hidden tests. Just do the following: | ||
- Add **ubcsailbotsoftware** as a contributor to your quiz repo. [See how here.](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository) | ||
- Enable by emailing `[email protected]` and ask to add the required repository secret | ||
- Run Python solution tests manually by going to **Actions > Python Solution Tests > Run Workflow** | ||
- Run C++ solution tests manually by going to **Actions > C++ Solution Tests > Run Workflow** | ||
- Once the repository secret has been added, the Tests Prerequisites Check job should pass if your functions correctly implement their specifications | ||
4. Submit the completed quiz | ||
- GitHub: send us the link to your repository, ensuring that it is public | ||
- ZIP file: zip the quiz and send it to us | ||
|