Bug 1832059 - Add new methods for importing, and installing to mozperftest. r=perftes...
commit5039d0d01553a988f84947a6a84d2723a60214df
authorGreg Mierzwinski <gmierz2@outlook.com>
Tue, 24 Oct 2023 13:05:49 +0000 (24 13:05 +0000)
committerGreg Mierzwinski <gmierz2@outlook.com>
Tue, 24 Oct 2023 13:05:49 +0000 (24 13:05 +0000)
treec01a90c5cfe645c0aa905b531e8df84cc08f22da
parent48010aa582ab811e6e4170b6c94c341be8316f2d
Bug 1832059 - Add new methods for importing, and installing to mozperftest. r=perftest-reviewers,aglavic

These methods are added as we need to install a requirement file for mochitest (marionette), and we also need to import a class directly from a file. The existing methods we have for importing, and installation don't work for these cases.

Differential Revision: https://phabricator.services.mozilla.com/D190992
python/mozperftest/mozperftest/tests/test_utils.py
python/mozperftest/mozperftest/utils.py