pyodide/pyodide-build/pyodide_build/tests
Gyeongjae Choi 60d530801e
ENH Remove hard coded paths in `pyodide_build` (#2351)
We are pushing pyodide_build to PyPI as a Python package, but for now, 
installing pyodide_build from PyPI (i.e. pip install pyodide_build`) is almost 
useless because:

    there are bunch of hard-coded paths (e.g. Path(__file__).parents[2]),
    its dependencies are not specified in setup.cfg.

This PR is for mitigating this situation by removing hard-coded paths and
adding tests, and is also a preparation for our new CLI 
(https://github.com/pyodide/pyodide/issues/1977).
2022-04-09 13:41:10 -07:00
..
_test_packages ENH Remove hard coded paths in `pyodide_build` (#2351) 2022-04-09 13:41:10 -07:00
test_buildall.py ENH Remove hard coded paths in `pyodide_build` (#2351) 2022-04-09 13:41:10 -07:00
test_buildpkg.py ENH Remove hard coded paths in `pyodide_build` (#2351) 2022-04-09 13:41:10 -07:00
test_common.py ENH Remove hard coded paths in `pyodide_build` (#2351) 2022-04-09 13:41:10 -07:00
test_mkpkg.py ENH Remove hard coded paths in `pyodide_build` (#2351) 2022-04-09 13:41:10 -07:00
test_pywasmcross.py Use pypa/build (#2272) 2022-03-21 22:05:30 -07:00
test_run_docker.py ENH Remove hard coded paths in `pyodide_build` (#2351) 2022-04-09 13:41:10 -07:00
test_testing.py Set up pytest node tests (#1717) 2021-07-20 10:48:27 +02:00