-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Добавить поддержку макроса #[picotest_unit] #3
Comments
Решили использовать отдельный макрос для юнит тестов #[picotest_unit]
fn test_mytest() {} Данный макрос будет оборачивать тест в extern "C" и вызывается из lua рантайма пикодаты через FFI: |
boris-sinyapkin
pushed a commit
that referenced
this issue
Mar 14, 2025
This change introduce initial support of unit-testing environment in picotest. Closes #3
boris-sinyapkin
pushed a commit
that referenced
this issue
Mar 14, 2025
This change introduce initial support of unit-testing environment in picotest. Closes #3
boris-sinyapkin
pushed a commit
that referenced
this issue
Mar 14, 2025
This change introduce initial support of unit-testing environment in picotest. Closes #3
boris-sinyapkin
pushed a commit
that referenced
this issue
Mar 14, 2025
This change introduce initial support of unit-testing environment in picotest. Closes #3
boris-sinyapkin
pushed a commit
that referenced
this issue
Mar 14, 2025
This change introduce initial support of unit-testing environment in picotest. Closes #3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
сейчас нет возможности запускать юнит на какие то части, которые используют пикодату
как сейчас работает picotest?
как переделать?
нам нужен плагин для тестирования плагинов
библиотека picotest должна регистрировать все picotest функции и модули и скормить тестирующему плагину (как пока вопрос)
как я это представляю:
run_tests
The text was updated successfully, but these errors were encountered: