change FHDLTestCase to use get_test_path
authorJacob Lifshay <programmerjake@gmail.com>
Thu, 2 Dec 2021 01:26:13 +0000 (17:26 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Thu, 2 Dec 2021 01:26:13 +0000 (17:26 -0800)
commit69d9c2c9cfc5f2a08debd4c7bc6c429d8eb53bd4
tree1a6d70442eb778797fa9653a77d76007c68f2135
parentdeb0311db940899ba58a6cd0433cbb52db08cb8f
change FHDLTestCase to use get_test_path

Fixes the issue with FHDLTestCase sometimes using the same directory for
different test cases, causing problems for running tests in parallel.
src/nmutil/formaltest.py