Skip to content
Snippets Groups Projects
Commit d9dc5108 authored by tuhe's avatar tuhe
Browse files

Updated documentation

parent a848bc31
No related branches found
No related tags found
No related merge requests found
...@@ -128,7 +128,7 @@ To make sure the desired output of the tests is always up to date, the tests are ...@@ -128,7 +128,7 @@ To make sure the desired output of the tests is always up to date, the tests are
- **How do I see the output of my programs in the tests? Or the intended output?** - **How do I see the output of my programs in the tests? Or the intended output?**
There are a number of console options available to help you figure out what your program should output and what it currently outputs. They can be found using: There are a number of console options available to help you figure out what your program should output and what it currently outputs. They can be found using:
```python report1.py --help``` ```python report1.py --help```
Note these are disabled for the `report1_grade.py` script to avoid confusion. It is not recommended you use the grade script to debug your code. Note these are disabled for the `report1_grade.py` script to avoid confusion. It is not recommended you use the grade script to debug your code.
- **Since I cannot read the `.token` file, can I trust it contains the same number of points internally as the file name indicate?** - **Since I cannot read the `.token` file, can I trust it contains the same number of points internally as the file name indicate?**
......
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