Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
cb9fb041
Commit
cb9fb041
authored
Jun 23, 2015
by
eric pellegrini
Browse files
Modified a few comments
parent
600a0da2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Tests/UnitTests/TestConfigurator.py
View file @
cb9fb041
...
@@ -47,7 +47,7 @@ TRAJECTORIES_PATH = os.path.join(os.path.dirname(os.path.dirname(os.path.abspath
...
@@ -47,7 +47,7 @@ TRAJECTORIES_PATH = os.path.join(os.path.dirname(os.path.dirname(os.path.abspath
class
TestConfigurator
(
UnitTest
):
class
TestConfigurator
(
UnitTest
):
'''
'''
Unittest for the configurators used to setup an analysis in
nMolDyn
Unittest for the configurators used to setup an analysis in
MDANSE
'''
'''
def
setUp
(
self
):
def
setUp
(
self
):
...
...
Tests/UnitTests/TestElementsDatabase.py
View file @
cb9fb041
...
@@ -39,7 +39,7 @@ from MDANSE.Data.ElementsDatabase import ElementsDatabaseError
...
@@ -39,7 +39,7 @@ from MDANSE.Data.ElementsDatabase import ElementsDatabaseError
class
TestElementsDatabase
(
UnitTest
):
class
TestElementsDatabase
(
UnitTest
):
'''
'''
Unittest for the configurators used to setup an analysis in
nMolDyn
Unittest for the configurators used to setup an analysis in
MDANSE
'''
'''
def
setUp
(
self
):
def
setUp
(
self
):
...
...
Tests/UnitTests/TestPreferences.py
View file @
cb9fb041
...
@@ -33,7 +33,6 @@ Created on May 29, 2015
...
@@ -33,7 +33,6 @@ Created on May 29, 2015
import
os
import
os
import
unittest
import
unittest
# The nmoldyn imports
from
MDANSE
import
PREFERENCES
from
MDANSE
import
PREFERENCES
from
MDANSE.Core.Preferences
import
PreferencesError
from
MDANSE.Core.Preferences
import
PreferencesError
from
UnitTest
import
UnitTest
from
UnitTest
import
UnitTest
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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