blob: 79acc17b4759b427c03e8523db6799d4cfd3d7b3 [file] [log] [blame]
#!/bin/bash
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Script to run all Python unit tests in cros_config.
python3 -m unittest discover -p '*test.py'