mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-06 17:51:36 +00:00
Initial Configuration Push
This commit is contained in:
11
deps/sqlalchemy/testing/distutils_run.py
vendored
Normal file
11
deps/sqlalchemy/testing/distutils_run.py
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
"""Quick and easy way to get setup.py test to run py.test without any
|
||||
custom setuptools/distutils code.
|
||||
|
||||
"""
|
||||
import unittest
|
||||
import pytest
|
||||
|
||||
|
||||
class TestSuite(unittest.TestCase):
|
||||
def test_sqlalchemy(self):
|
||||
pytest.main(["-n", "4", "-q"])
|
||||
Reference in New Issue
Block a user