Skip to content

Commit

Permalink
python module: Move tests to test cases/unit
Browse files Browse the repository at this point in the history
The tests are only run via unit tests, so that's where they should be.
  • Loading branch information
nirbheek committed May 3, 2018
1 parent 8bda86f commit 575ffec
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_unittests.py
Original file line number Diff line number Diff line change
Expand Up @@ -3160,7 +3160,7 @@ def test_versions(self):
if self.backend is not Backend.ninja:
raise unittest.SkipTest('Skipping python tests with {} backend'.format(self.backend.name))

testdir = os.path.join(self.src_root, 'test cases', 'python', '1 extmodule')
testdir = os.path.join(self.src_root, 'test cases', 'unit', '32 python extmodule')

# No python version specified, this will use meson's python
self.init(testdir)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 575ffec

Please sign in to comment.