Skip to content

Commit

Permalink
Tests: move another batch to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
iMichka committed May 9, 2024
1 parent 25df10c commit adc190c
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 11 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 1 addition & 11 deletions unittests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
import unittest
import platform

from . import declaration_files_tester
from . import declarations_comparison_tester
from . import declarations_tester
from . import file_cache_tester
from . import gccxml_runner_tester
from . import project_reader_correctness_tester
from . import source_reader_tester
Expand Down Expand Up @@ -42,15 +39,12 @@
from . import gccxml10184_tester
from . import gccxml10185_tester
from . import inline_specifier_tester
from . import example_tester
from . import test_directory_cache
from . import deprecation_tester
from . import test_overrides

testers = [
declaration_files_tester,
declarations_comparison_tester,
declarations_tester, file_cache_tester,
declarations_tester,
gccxml_runner_tester,
project_reader_correctness_tester,
source_reader_tester,
Expand Down Expand Up @@ -86,10 +80,6 @@
test_overrides,
]

if platform.system() != 'Windows':
# Known to fail under windows with VS2013
testers.append(example_tester)


if os.path.isfile("test_cost.log"):
# Remove the cost log file when tests are run again.
Expand Down

0 comments on commit adc190c

Please sign in to comment.