taucmdr.cli.commands.project.tests.test_edit module

Test functions.

Functions used for unit tests of edit.py.

class taucmdr.cli.commands.project.tests.test_edit.EditTest(methodName='runTest')[source]

Bases: taucmdr.tests.TestCase

Tests for project.edit.

test_noargs()[source]
test_rename()[source]
test_wrongarg()[source]
test_wrongname()[source]