directory rename:

- test/cmdtest_py_d -> test/cmdtest_d
This commit is contained in:
The MMGen Project 2024-10-18 10:33:48 +00:00
commit b9b289c56d
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
7 changed files with 8 additions and 8 deletions

View file

@ -5,6 +5,6 @@ include mmgen_node_tools/data/*
include test/init.sh
include test/test-release.d/*.sh
include test/unit_tests_d/*.py
include test/cmdtest_py_d/*.py
include test/cmdtest_d/*.py
include test/overlay/fakemods/mmgen_node_tools/*.py
include test/ref/*/*

View file

@ -9,7 +9,7 @@
# https://gitlab.com/mmgen/mmgen-node-tools
"""
test.cmdtest_py_d.cfg: configuration data for cmdtest.py
test.cmdtest_d.cfg: configuration data for cmdtest.py
"""
cmd_groups_altcoin = []

View file

@ -9,7 +9,7 @@
# https://gitlab.com/mmgen/mmgen-wallet
"""
cmdtest_py_d.ct_main: Basic operations tests for the cmdtest.py test suite
cmdtest_d.ct_main: Basic operations tests for the cmdtest.py test suite
"""
import sys,time

View file

@ -9,7 +9,7 @@
# https://gitlab.com/mmgen/mmgen-node-tools
"""
test.cmdtest_py_d.ct_misc: Miscellaneous test groups for the cmdtest.py test suite
test.cmdtest_d.ct_misc: Miscellaneous test groups for the cmdtest.py test suite
"""
import os,shutil

View file

@ -9,7 +9,7 @@
# https://gitlab.com/mmgen/mmgen-node-tools
"""
test.cmdtest_py_d.ct_regtest: Regtest tests for the cmdtest.py test suite
test.cmdtest_d.ct_regtest: Regtest tests for the cmdtest.py test suite
"""
import sys,os

View file

@ -87,8 +87,8 @@ create_test_links() {
test/cmdtest.py hard
test/unit_tests.py hard
test/test-release.sh symbolic
test/cmdtest_py_d/common.py symbolic
test/cmdtest_py_d/ct_base.py symbolic
test/cmdtest_d/common.py symbolic
test/cmdtest_d/ct_base.py symbolic
cmds/mmgen-regtest symbolic
'
while read path type; do

View file

@ -42,7 +42,7 @@ init_tests() {
t_lint="
- $pylint --errors-only mmgen_node_tools
- $pylint --errors-only test
- $pylint --errors-only --disable=relative-beyond-top-level test/cmdtest_py_d
- $pylint --errors-only --disable=relative-beyond-top-level test/cmdtest_d
"
d_unit="low-level subsystems"