mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Convert remaining doxygen to rst
This commit is contained in:
parent
fe779d9501
commit
c2c96faf5f
49 changed files with 2163 additions and 1657 deletions
|
@ -42,8 +42,9 @@ def test_createUniqueName(container_registry):
|
|||
assert container_registry.createUniqueName("user", "test", "", "nope") == "nope"
|
||||
|
||||
|
||||
## Tests whether addContainer properly converts to ExtruderStack.
|
||||
def test_addContainerExtruderStack(container_registry, definition_container, definition_changes_container):
|
||||
"""Tests whether addContainer properly converts to ExtruderStack."""
|
||||
|
||||
container_registry.addContainer(definition_container)
|
||||
container_registry.addContainer(definition_changes_container)
|
||||
|
||||
|
@ -61,8 +62,9 @@ def test_addContainerExtruderStack(container_registry, definition_container, def
|
|||
assert type(mock_super_add_container.call_args_list[0][0][0]) == ExtruderStack
|
||||
|
||||
|
||||
## Tests whether addContainer properly converts to GlobalStack.
|
||||
def test_addContainerGlobalStack(container_registry, definition_container, definition_changes_container):
|
||||
"""Tests whether addContainer properly converts to GlobalStack."""
|
||||
|
||||
container_registry.addContainer(definition_container)
|
||||
container_registry.addContainer(definition_changes_container)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue