Skip to content

Commit 597a340

Browse files
authored
Enhance README with more details on key files
Expanded details about main.py and srcastro.
1 parent b2b0600 commit 597a340

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ This Demos how to set up a python coding challenge that runs locally in the brow
77

88
## Key files
99

10-
- `srcastro`: contains web-related assets.
11-
- `srcpy`: contains source python programs that run via pyscript
12-
- `main.py`: dispatches new worker threads to evaluate challenge code (any time the "run tests" button is clicked)
10+
- `srcpy/`: contains source python programs that run via pyscript
11+
- `main.py`: dispatches new worker threads to evaluate challenge code (any time the "run tests" button is clicked). Also, registers event hook for that button, and displays results of the run from the worker thread on the page.
1312
- `worker.py`: Worker thread program. Evaluates the submitted code for rules, then runs the implementation against test cases.
13+
- `srcastro/`: contains web-related assets (content, html, etc).
14+

0 commit comments

Comments
 (0)