Skip to content

Commit f363da5

Browse files
author
Sakari Pesonen
committed
added command to command listing
1 parent 9d955f9 commit f363da5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testdroid/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,7 @@ def get_commands(self):
721721
"test-run": self.get_test_run,
722722
"test-runs": self.print_project_test_runs,
723723
"device-runs": self.get_device_runs,
724+
"device-run-files": self.get_device_run_files,
724725
"download-test-run": self.download_test_run,
725726
"download-test-screenshots": self.download_test_screenshots
726727
}

0 commit comments

Comments
 (0)