Skip to content
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

#24 Use PyProject.toml #25

Merged
merged 7 commits into from
Oct 17, 2024
Merged

#24 Use PyProject.toml #25

merged 7 commits into from
Oct 17, 2024

Conversation

tzijnge
Copy link
Owner

@tzijnge tzijnge commented Oct 13, 2024

  • Migrated from setup.py to pyproject.toml

* Migrated from setup.py to pyproject.toml
Copy link

github-actions bot commented Oct 13, 2024

Test Results

199 tests  ±0   199 ✅ ±0   1s ⏱️ ±0s
  2 suites ±0     0 💤 ±0 
  2 files   ±0     0 ❌ ±0 

Results for commit b4b2300. ± Comparison against base commit c3386c9.

This pull request removes 138 and adds 138 tests. Note that renamed tests count towards both.
package.tests.test_lrpc_client ‑ test_call
package.tests.test_lrpc_client ‑ test_decode_invalid_function_id
package.tests.test_lrpc_client ‑ test_decode_invalid_service_id
package.tests.test_lrpc_client ‑ test_encode_invalid_function
package.tests.test_lrpc_client ‑ test_encode_invalid_parameter_name
package.tests.test_lrpc_client ‑ test_encode_invalid_service
package.tests.test_lrpc_client ‑ test_encode_missing_parameter
package.tests.test_lrpc_client ‑ test_encode_nested_struct
package.tests.test_lrpc_client ‑ test_encode_too_many_parameters
package.tests.test_lrpc_constant ‑ test_default_bool
…
tests.python.test_lrpc_client ‑ test_call
tests.python.test_lrpc_client ‑ test_decode_invalid_function_id
tests.python.test_lrpc_client ‑ test_decode_invalid_service_id
tests.python.test_lrpc_client ‑ test_encode_invalid_function
tests.python.test_lrpc_client ‑ test_encode_invalid_parameter_name
tests.python.test_lrpc_client ‑ test_encode_invalid_service
tests.python.test_lrpc_client ‑ test_encode_missing_parameter
tests.python.test_lrpc_client ‑ test_encode_nested_struct
tests.python.test_lrpc_client ‑ test_encode_too_many_parameters
tests.python.test_lrpc_constant ‑ test_default_bool
…

♻️ This comment has been updated with latest results.

tzijnge added 6 commits October 17, 2024 12:45
* Update pyproject.toml
* renamed script lotuspc to lrpcg
* Moved some files around
* Update .gitignore
* Update cmake
* Update cmake.yml
* Update pyproject.toml
* Moved everything to src to follow src-layout convention
* Moved cmake output to cmake_build because it conflicts with pip build directory
* Moved cmake output to cmake_build because it conflicts with pip build directory
Copy link

sonarcloud bot commented Oct 17, 2024

@tzijnge tzijnge merged commit f81120d into main Oct 17, 2024
9 checks passed
@tzijnge tzijnge deleted the #24-use-pyproject.toml branch October 17, 2024 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant