refactor: simplify tests to hello-only, move functional tests to nanvix-python#215
Merged
ppenna merged 1 commit intonanvix/v3.12.3from Feb 26, 2026
Merged
Conversation
…ix-python Simplify the cpython test infrastructure: - Makefile.nanvix: keep only the hello world test - z script: remove install_site_packages, run_smoke_test, run_functional_tests, verify_tests_present functions - z script: simplify cmd_test to only run nanvix_make test - Remove .nanvix/tests/ directory (smoke + 99 functional tests) Comprehensive functional testing (pip-installed packages) will be handled by the new nanvix/nanvix-python repository, triggered via repository_dispatch from this repo's release job. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Simplify the cpython test infrastructure by keeping only the "hello" test and moving comprehensive functional testing to the new nanvix/nanvix-python repository.
Changes
Makefile.nanvix
z script
install_site_packages,run_smoke_test,run_functional_tests,verify_tests_presentfunctionscmd_test()to only runnanvix_make testRUN_BASIC_TESTS,TEST_START,TEST_END).nanvix/testsRemoved files
.nanvix/tests/smoke_test_l2.py.nanvix/tests/func/test_*.py(99 functional tests)New repository
The comprehensive functional testing now lives at nanvix/nanvix-python, which:
repository_dispatch(event_type:cpython-release) from this repo's release job