Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Followup test for checking propagated documentation (paritytech#514)
* codegen: Composite fields docs Signed-off-by: Alexandru Vasile <[email protected]> * codegen: Propagate docs for Event type Signed-off-by: Alexandru Vasile <[email protected]> * codegen: Propagate docs for calls module Signed-off-by: Alexandru Vasile <[email protected]> * subxt: Update polkadot.rs Signed-off-by: Alexandru Vasile <[email protected]> * codegen: Propagate documentation for `TypeDefGenKind::Enum` kind Signed-off-by: Alexandru Vasile <[email protected]> * subxt: Update polkadot.rs Signed-off-by: Alexandru Vasile <[email protected]> * codegen/tests: Recursively obtain raw metadata documentation Signed-off-by: Alexandru Vasile <[email protected]> * codegen/tests: Generate runtime interface from node metadata Signed-off-by: Alexandru Vasile <[email protected]> * codegen/tests: Obtain documentation from generated runtime API Signed-off-by: Alexandru Vasile <[email protected]> * codegen/tests: Match raw documentation with the generated one Signed-off-by: Alexandru Vasile <[email protected]> * Revert not longer needed "codegen: Composite fields docs" This reverts commit 5460bbafc6262ac4f53e11d4ef11e44e1ce8296f. * codegen/tests: Improve test regex documentation Signed-off-by: Alexandru Vasile <[email protected]> * subxt: Add integration-tests feature flag Signed-off-by: Alexandru Vasile <[email protected]> * subxt: Guard integration tests under feature flag Signed-off-by: Alexandru Vasile <[email protected]> * test-runtime: Place build.rs under feature flag Signed-off-by: Alexandru Vasile <[email protected]> * subxt: Pass `integration-tests` feature to `test-runtime` Signed-off-by: Alexandru Vasile <[email protected]> * CI: Use `integration-tests` feature to run all tests Signed-off-by: Alexandru Vasile <[email protected]> * subxt: Rely on `#[cfg(feature = "integration-tests")]` for integration Signed-off-by: Alexandru Vasile <[email protected]> * subxt/metadata: Manually construct test metadata Signed-off-by: Alexandru Vasile <[email protected]> * artifacts: Move scale binary blob to dedicated folder Signed-off-by: Alexandru Vasile <[email protected]> * examples: Update path to metadata blob Signed-off-by: Alexandru Vasile <[email protected]> * metadata: Rely on artifact metadata blob for benches Signed-off-by: Alexandru Vasile <[email protected]> * metadata: Remove `test-runtime` dependency Signed-off-by: Alexandru Vasile <[email protected]> * examples: Modify runtime path for `custom_type_derives` Signed-off-by: Alexandru Vasile <[email protected]> * subxt: Remove tests folder Signed-off-by: Alexandru Vasile <[email protected]> * test-runtime: Remove `integration-tests` feature flag Signed-off-by: Alexandru Vasile <[email protected]> * integration-tests: Add an integration test crate for subxt Signed-off-by: Alexandru Vasile <[email protected]> * subxt: Remove `test-runtime` dependency Signed-off-by: Alexandru Vasile <[email protected]> * subxt: Add comment for feature flags Signed-off-by: Alexandru Vasile <[email protected]> * integration-tests: Trim dependencies Signed-off-by: Alexandru Vasile <[email protected]> * integration-tests: Move dependencies under dev Signed-off-by: Alexandru Vasile <[email protected]> * Revert "CI: Use `integration-tests` feature to run all tests" This reverts commit 8e5f38ba8c633ac40420fadf58700ac402f762d4. * codegen: Move documentation test to integration crate Signed-off-by: Alexandru Vasile <[email protected]> * codegen_documentation: Add license + fmt Signed-off-by: Alexandru Vasile <[email protected]> * Update `polkadot.rs` Signed-off-by: Alexandru Vasile <[email protected]> * Move test under `testing` folder Signed-off-by: Alexandru Vasile <[email protected]> * Update testing/integration-tests/src/codegen/codegen_documentation.rs Co-authored-by: Tarik Gul <[email protected]> Co-authored-by: Tarik Gul <[email protected]>
- Loading branch information