mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
try running all tests w/ctags
This commit is contained in:
parent
a84f93b9e4
commit
387477d5c2
1 changed files with 2 additions and 2 deletions
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
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Run tests excluding test_get_tags_map_with_identifiers
|
- name: Run tests
|
||||||
run: |
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue