Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
StringCalculator
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
Lasse Pikkemaat
StringCalculator
Commits
f1b89449
Commit
f1b89449
authored
1 month ago
by
linopino
Browse files
Options
Downloads
Patches
Plain Diff
Erstellung der Testszenarien von Feature3
parent
c3bc8a60
Loading
Loading
2 merge requests
!7
Develop into main
,
!3
Feature3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_stringclaculator.py
+3
-0
3 additions, 0 deletions
tests/test_stringclaculator.py
with
3 additions
and
0 deletions
tests/test_stringclaculator.py
+
3
−
0
View file @
f1b89449
...
@@ -9,6 +9,9 @@
...
@@ -9,6 +9,9 @@
#Feature2 Neues Trennzeichen neben dem Komma
#Feature2 Neues Trennzeichen neben dem Komma
# Bei Eingabe von 1\n2,3 soll 6 ausgegeben werden
# Bei Eingabe von 1\n2,3 soll 6 ausgegeben werden
# Bei Eingabe von 10\n20\n30 soll 60 ausgegeben werden
# Bei Eingabe von 10\n20\n30 soll 60 ausgegeben werden
#Feature3 Negative Zahlen ausschließen
# Bei Eingabe von 1, -2, 3 soll ein Error erscheinen "Negative nicht erlaubt: [-2]
# Bei Eingabe von -10\n -20, -30 soll ein Error erscheinen "Negative nicht erlaubt: [-10,-20,30]
import
unittest
import
unittest
from
src.interfaces
import
IStringCalculator
from
src.interfaces
import
IStringCalculator
...
...
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