Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mutalyzer
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
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
Mirrors
mutalyzer
Commits
f6ff6143
Commit
f6ff6143
authored
11 years ago
by
Vermaat
Browse files
Options
Downloads
Patches
Plain Diff
Todo note and remove unused import
parent
135866c3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
mutalyzer/models.py
+3
-0
3 additions, 0 deletions
mutalyzer/models.py
mutalyzer/output.py
+0
-1
0 additions, 1 deletion
mutalyzer/output.py
with
3 additions
and
1 deletion
mutalyzer/models.py
+
3
−
0
View file @
f6ff6143
...
...
@@ -14,6 +14,9 @@ Additional attributes values for the spyne String model:
@todo: Use Mandatory.* models in the ClassModel extensions?
@todo: See if it improves client code if we use Array(_, nillable=False).
@todo: Move all these models to the mutalyzer.services package and refactor
all uses of them in other places. The SOAP_NAMESPACE variable can then also
be moved there.
"""
...
...
This diff is collapsed.
Click to expand it.
mutalyzer/output.py
+
0
−
1
View file @
f6ff6143
...
...
@@ -27,7 +27,6 @@ import time
from
mutalyzer
import
util
from
mutalyzer.config
import
settings
from
mutalyzer.models
import
SoapMessage
class
Output
()
:
...
...
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