Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
217a8f35
Commit
217a8f35
authored
Sep 27, 2016
by
eric pellegrini
Browse files
advances in gitlab-gitflow integration
parent
9d39edbf
Pipeline
#913
failed with stages
in 6 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Tests/UnitTests/TestPreferences.py
View file @
217a8f35
...
...
@@ -34,7 +34,7 @@ import os
import
shutil
import
unittest
from
MDANSE
import
PREFERENCES
from
MDANSE
.Core.Preferences
import
Preferences
from
MDANSE.Core.Preferences
import
PreferencesError
from
UnitTest
import
UnitTest
...
...
@@ -44,6 +44,10 @@ class UnStringable:
raise
TypeError
(
"Object not castable to a string."
)
class
TestPreferences
(
UnitTest
):
def
setUp
(
self
):
PREFERENCES
=
Preferences
()
def
test_get_item
(
self
):
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment