Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RomanNumbers
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
Marvin Serchimo
RomanNumbers
Commits
5d39c2c4
Commit
5d39c2c4
authored
1 month ago
by
Marvin Serchimo
Browse files
Options
Downloads
Patches
Plain Diff
no test failed
parent
95df0e31
No related branches found
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
ProjektTest/other/RafehDaniel/converter.py
+5
-2
5 additions, 2 deletions
ProjektTest/other/RafehDaniel/converter.py
ProjektTest/report.md
+7
-6
7 additions, 6 deletions
ProjektTest/report.md
with
12 additions
and
8 deletions
ProjektTest/other/RafehDaniel/converter.py
+
5
−
2
View file @
5d39c2c4
...
@@ -27,6 +27,9 @@
...
@@ -27,6 +27,9 @@
import
unittest
import
unittest
from
abc
import
ABC
,
abstractmethod
from
abc
import
ABC
,
abstractmethod
import
sys
sys
.
path
.
append
(
"
/Users/marvin/Documents/GitHub/romannumbers
"
)
from
ProjektTest.test_converter
import
RomanConverter
as
MyConverter
class
IConverter
(
ABC
):
class
IConverter
(
ABC
):
@abstractmethod
@abstractmethod
...
@@ -69,10 +72,10 @@ class Converter(IConverter):
...
@@ -69,10 +72,10 @@ class Converter(IConverter):
class
TestConverter
(
unittest
.
TestCase
):
class
TestConverter
(
unittest
.
TestCase
):
def
setUp
(
self
):
def
setUp
(
self
):
self
.
c
=
Converter
()
self
.
c
=
My
Converter
()
def
test_convertOne
(
self
):
def
test_convertOne
(
self
):
res
=
self
.
c
.
convert
(
1
)
res
=
self
.
c
.
convert
(
1
)
self
.
assertEqual
(
res
,
'
I
'
)
self
.
assertEqual
(
res
,
'
I
'
)
def
test_convertTwo
(
self
):
def
test_convertTwo
(
self
):
...
...
This diff is collapsed.
Click to expand it.
ProjektTest/report.md
+
7
−
6
View file @
5d39c2c4
...
@@ -12,10 +12,11 @@
...
@@ -12,10 +12,11 @@
| Name | Interface break | Failed Testcases |
| Name | Interface break | Failed Testcases |
|---------------|------------------|-------------------|
|----------------|------------------|-------------------|
| AliciMuhamed | no | 0 |
| AliciMuhamed | no | 0 |
| BerishaAlma | no | 0 |
| BerishaAlma | no | 0 |
| GotsisWasilios| no | 2 |
| GotsisWasilios | no | 2 |
| YildirimHatice| no | 1 |
| YildirimHatice | no | 1 |
| RafehDaniel | no | 0 |
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