mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
reconnect unit tests to 'make tests'
This commit is contained in:
parent
2177b773c8
commit
f0dd040377
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ class TestInventory(unittest.TestCase):
|
|||
def setUp(self):
|
||||
|
||||
self.cwd = os.getcwd()
|
||||
self.test_dir = os.path.join(self.cwd, 'test', 'inventory_test_data')
|
||||
self.test_dir = os.path.join(self.cwd, 'inventory_test_data')
|
||||
|
||||
self.inventory_file = os.path.join(self.test_dir, 'simple_hosts')
|
||||
self.large_range_inventory_file = os.path.join(self.test_dir, 'large_range')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue