Skip to content
Snippets Groups Projects
Commit f080df20 authored by James R. Wilcox's avatar James R. Wilcox
Browse files

README nits

parent bdf0e873
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tk
pip install tk dukpy
- name: Clone tests
uses: actions/checkout@v2
with:
......
# Web Browser Template
This repository is where all your code for the homeworks should be contained.
This repository is where you will build your browser
When code is pushed to this repository
[Github Actions][gha] will automatically run
[GitLab CI][glci] will automatically run
[the tests][tests] for the week's homework.
For that to work, you must have a `browser.py` file
that exports all of the expected functions and classes.
......@@ -13,11 +13,11 @@ The easiest way to do that is to add `from other_file import *` at the top.
Details on the testing system can be found in [its repository][tests].
[gha]: https://github.com/features/actions
[tests]: https://github.com/utah-cs4962-fa21/tests
[glci]: https://docs.gitlab.com/ee/ci/
[tests]: https://gitlab.cs.washington.edu/cse490x-22sp/cse490x-22sp-tests
Do not modify anything the the `.github` directory,
which configures Github Actions to run the tester.
Do not modify the `.gitlab-ci.yml` file,
which configures GitLab CI to run the tests.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment