Skip to content

Commit

Permalink
add queryhelp property to QueryBuilder
Browse files Browse the repository at this point in the history
 * add `queryhelp` property to QueryBuilder
   (currently pipes through to get_json_compatible_queryhelp)
 * add __deepcopy__ function to allow direct copies of QueryBuilder
   instances
 * test that QueryBuilder can be re-created from queryhelp
  • Loading branch information
ltalirz committed Nov 7, 2019
1 parent f19298a commit 5a1f18b
Show file tree
Hide file tree
Showing 4 changed files with 1,379 additions and 1,366 deletions.
1 change: 0 additions & 1 deletion aiida/backends/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@
'plugins.entry_point': ['aiida.backends.tests.plugins.test_entry_point'],
'plugins.factories': ['aiida.backends.tests.plugins.test_factories'],
'plugins.utils': ['aiida.backends.tests.plugins.test_utils'],
'query': ['aiida.backends.tests.test_query'],
'restapi.identifiers': ['aiida.backends.tests.restapi.test_identifiers'],
'restapi': ['aiida.backends.tests.test_restapi'],
'tools.data.orbital': ['aiida.backends.tests.tools.data.orbital.test_orbitals'],
Expand Down
Loading

0 comments on commit 5a1f18b

Please sign in to comment.