Skip to content

Commit

Permalink
Cleanup of test_node.py. (#1153)
Browse files Browse the repository at this point in the history
These tests weren't always properly cleaning up after
themselves, and were sometimes improperly using the
setUp{Class} fixtures.  They also didn't always clean up
between tests, so sometimes the same node was reused
over and over again.  Clean all that up here, which
should make the tests much more robust.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
  • Loading branch information
clalancette authored Aug 24, 2023
1 parent 6fb644d commit 93fd107
Showing 1 changed file with 290 additions and 213 deletions.
Loading

0 comments on commit 93fd107

Please sign in to comment.