Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
unitgrade_private
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tuhe
unitgrade_private
Commits
031faf3e
Commit
031faf3e
authored
Sep 8, 2021
by
tuhe
Browse files
Options
Downloads
Patches
Plain Diff
Moss integration and Hinting
parent
44dd8890
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
docs/build_docs.py
+1
-1
1 addition, 1 deletion
docs/build_docs.py
with
2 additions
and
2 deletions
README.md
+
1
−
1
View file @
031faf3e
...
@@ -377,7 +377,7 @@ if __name__ == "__main__":
...
@@ -377,7 +377,7 @@ if __name__ == "__main__":
```
```
When students run this homework it will fail and display the hints from the two methods:
When students run this homework it will fail and display the hints from the two methods:


What happens behind the scenes is that a code-coverage tool is run on the instructors computer
What happens behind the scenes is that a code-coverage tool is run on the instructors computer
to determine which methods are actually used in solving a problem, and then the hint-texts of those methods (and none other) are
to determine which methods are actually used in solving a problem, and then the hint-texts of those methods (and none other) are
...
...
This diff is collapsed.
Click to expand it.
docs/build_docs.py
+
1
−
1
View file @
031faf3e
...
@@ -14,7 +14,7 @@ if __name__ == "__main__":
...
@@ -14,7 +14,7 @@ if __name__ == "__main__":
k
=
os
.
path
.
relpath
(
file
,
"
../examples
"
).
replace
(
os
.
sep
,
"
_
"
).
replace
(
"
.
"
,
"
_
"
)
k
=
os
.
path
.
relpath
(
file
,
"
../examples
"
).
replace
(
os
.
sep
,
"
_
"
).
replace
(
"
.
"
,
"
_
"
)
data
[
k
]
=
f
.
read
()
data
[
k
]
=
f
.
read
()
data
[
'
resources
'
]
=
"
https://gitlab.compute.dtu.dk/tuhe/unitgrade_private/-/raw/ma
in
"
data
[
'
resources
'
]
=
"
https://gitlab.compute.dtu.dk/tuhe/unitgrade_private/-/raw/ma
ster
"
with
open
(
"
README.jinja.md
"
,
'
r
'
)
as
f
:
with
open
(
"
README.jinja.md
"
,
'
r
'
)
as
f
:
s
=
jinja2
.
Environment
(
loader
=
jinja2
.
FileSystemLoader
([
"
.
"
,
"
../example
"
])).
from_string
(
f
.
read
()).
render
(
data
)
s
=
jinja2
.
Environment
(
loader
=
jinja2
.
FileSystemLoader
([
"
.
"
,
"
../example
"
])).
from_string
(
f
.
read
()).
render
(
data
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment