Files
brave-core/script/test/__main__.py
T
2019-03-14 12:26:40 +00:00

14 lines
343 B
Python

#!/usr/bin/env python
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
import unittest
from test_helpers import *
from test_publish import *
from test_upload import *
print unittest.main()