Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
Unitgrade
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
Unitgrade
Commits
193eeaef
Commit
193eeaef
authored
1 year ago
by
tuhe
Browse files
Options
Downloads
Patches
Plain Diff
Viewing of remote results
parent
fcee9cd1
No related branches found
Branches containing commit
Tags
v0.3.1
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
setup.py
+1
-1
1 addition, 1 deletion
setup.py
src/unitgrade.egg-info/PKG-INFO
+1
-1
1 addition, 1 deletion
src/unitgrade.egg-info/PKG-INFO
src/unitgrade.egg-info/requires.txt
+1
-0
1 addition, 0 deletions
src/unitgrade.egg-info/requires.txt
src/unitgrade/version.py
+1
-1
1 addition, 1 deletion
src/unitgrade/version.py
with
4 additions
and
3 deletions
setup.py
+
1
−
1
View file @
193eeaef
...
@@ -3,7 +3,7 @@ Use this guide:
...
@@ -3,7 +3,7 @@ Use this guide:
https://packaging.python.org/tutorials/packaging-projects/
https://packaging.python.org/tutorials/packaging-projects/
py -m build && twine upload dist/*
py -m build && twine upload dist/*
linux: python -m build && twine upload dist/*
linux: python -m build &&
python -m
twine upload dist/*
git add . && git commit -m
"
updates
"
&& git push
git add . && git commit -m
"
updates
"
&& git push
sudo pip install -e ./
sudo pip install -e ./
...
...
This diff is collapsed.
Click to expand it.
src/unitgrade.egg-info/PKG-INFO
+
1
−
1
View file @
193eeaef
Metadata-Version: 2.1
Metadata-Version: 2.1
Name: unitgrade
Name: unitgrade
Version: 0.1.30.
8
Version: 0.1.30.
9
Summary: A student homework/exam evaluation framework build on pythons unittest framework.
Summary: A student homework/exam evaluation framework build on pythons unittest framework.
Home-page: https://lab.compute.dtu.dk/tuhe/unitgrade
Home-page: https://lab.compute.dtu.dk/tuhe/unitgrade
Author: Tue Herlau
Author: Tue Herlau
...
...
This diff is collapsed.
Click to expand it.
src/unitgrade.egg-info/requires.txt
+
1
−
0
View file @
193eeaef
...
@@ -6,6 +6,7 @@ colorama
...
@@ -6,6 +6,7 @@ colorama
tqdm
tqdm
importnb
importnb
requests
requests
pandas
watchdog
watchdog
flask_socketio
flask_socketio
flask
flask
...
...
This diff is collapsed.
Click to expand it.
src/unitgrade/version.py
+
1
−
1
View file @
193eeaef
__version__
=
"
0.1.30.
8
"
__version__
=
"
0.1.30.
9
"
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