You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes:
- Added tmp_path fixture to all four TestScheduleSuite test methods
- Create the expected suite directory structure (tmp_path/suites/suite)
- Update self.args.suite_dir to point to the temporary directory
This ensures that when schedule_suite() constructs the suite path:
suite_path = os.path.join(suite_dir, suite_relpath, 'suites', suite_name)
the directory actually exists and passes the os.path.exists() check.
Signed-off-by: Kamoltat Sirivadhna <ksirivad@redhat.com>
0 commit comments