python module: Move tests to test cases/unit

The tests are only run via unit tests, so that's where they should be.
0.46
Nirbheek Chauhan 7 years ago
parent 55e7882bfe
commit b6443c52ed
  1. 2
      run_unittests.py
  2. 0
      test cases/unit/32 python extmodule/blaster.py
  3. 0
      test cases/unit/32 python extmodule/ext/meson.build
  4. 0
      test cases/unit/32 python extmodule/ext/tachyon_module.c
  5. 0
      test cases/unit/32 python extmodule/meson.build
  6. 0
      test cases/unit/32 python extmodule/meson_options.txt

@ -3041,7 +3041,7 @@ class PythonTests(BasePlatformTests):
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)

Loading…
Cancel
Save