mirror of
https://github.com/Aider-AI/aider
synced 2026-04-25 17:15:07 +02:00
try running all tests w/ctags
This commit is contained in:
4
.github/workflows/python-tests.yml
vendored
4
.github/workflows/python-tests.yml
vendored
@@ -34,6 +34,6 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: Run tests excluding test_get_tags_map_with_identifiers
|
||||
- name: Run tests
|
||||
run: |
|
||||
python -c "import unittest; loader = unittest.TestLoader(); suite = loader.discover('.'); suite_filtered = unittest.TestSuite([t for t in suite if 'test_get_tags_map_with_identifiers' not in str(t)]); unittest.TextTestRunner().run(suite_filtered)"
|
||||
python -m unittest discover
|
||||
|
||||
Reference in New Issue
Block a user