Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MD-Studio/MDStudio_haddock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0
Choose a base ref
...
head repository: MD-Studio/MDStudio_haddock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Dec 13, 2019

  1. Fix doc strings

    marcvdijk committed Dec 13, 2019
    Copy the full SHA
    7e6c042 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 tests/__init__.py
  2. +1 −1 tests/module/module_datamodel_test.py
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@

def module_test_suite():
"""
Run MDStudio_atb module unit tests
Run MDStudio_haddock module unit tests
"""

testpath = os.path.join(os.path.dirname(__file__), 'module')
2 changes: 1 addition & 1 deletion tests/module/module_datamodel_test.py
Original file line number Diff line number Diff line change
@@ -84,7 +84,7 @@ def test_data_block_new_append(self):
"""

block_id, project = new_parameter_block(self.web, 'haddock-dani-request.v1', 'DANIParameters', max_mult=5)
print(project)

self.assertEqual(block_id, 'project.dan1')
self.assertTrue('dan1' in self.web.keys())