Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coursebox_testing
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tuhe
coursebox_testing
Commits
3ca386a4
Commit
3ca386a4
authored
1 year ago
by
tuhe
Browse files
Options
Downloads
Patches
Plain Diff
Removed many requirements
parent
d6e83e87
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
setup.py
+1
-1
1 addition, 1 deletion
setup.py
src/coursebox_testing/testing/testing.py
+2
-0
2 additions, 0 deletions
src/coursebox_testing/testing/testing.py
with
3 additions
and
1 deletion
setup.py
+
1
−
1
View file @
3ca386a4
...
@@ -15,7 +15,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
...
@@ -15,7 +15,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
# beamer-slider
# beamer-slider
setuptools
.
setup
(
setuptools
.
setup
(
name
=
"
coursebox_testing
"
,
name
=
"
coursebox_testing
"
,
version
=
"
0.0.
2
"
,
version
=
"
0.0.
3
"
,
author
=
"
Tue Herlau
"
,
author
=
"
Tue Herlau
"
,
author_email
=
"
tuhe@dtu.dk
"
,
author_email
=
"
tuhe@dtu.dk
"
,
description
=
"
A course management system currently used at DTU (testing software)
"
,
description
=
"
A course management system currently used at DTU (testing software)
"
,
...
...
This diff is collapsed.
Click to expand it.
src/coursebox_testing/testing/testing.py
+
2
−
0
View file @
3ca386a4
...
@@ -6,6 +6,8 @@ import glob
...
@@ -6,6 +6,8 @@ import glob
import
sys
import
sys
import
sys
import
sys
import
warnings
import
warnings
import
pydocstyle
def
check_by_grade_script
(
student_dir
,
module
):
def
check_by_grade_script
(
student_dir
,
module
):
"""
"""
...
...
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