tempest/tempest/test_discover
Masayuki Igawa 9e492eee81 Use os.path.join as possible
This commit makes to use os.path.join instead of using the Unix path
character '/'. This change is not mandatory since we don't support
Windows environments as Tempest execution and, it seems Windows supports
'/' as a path separator. However, using both os.path.join and '/' is a
bit awkward.

Change-Id: I117acb281c352179d526808009e761335bb314fc
2020-09-06 09:49:40 +00:00
..
__init__.py Add test_discover module to provide a load_tests hook 2013-12-18 19:51:07 +00:00
plugins.py Add logs for plugins data 2020-04-16 17:22:39 +00:00
test_discover.py Use os.path.join as possible 2020-09-06 09:49:40 +00:00