Skip to content
  • John DiSanti's avatar
    49cc08da
    Move core tests from `codegen-client` into `codegen-core` (#1776) · 49cc08da
    John DiSanti authored
    * Move `testutil` into `core` where possible
    * Move `rustlang` tests into `core`
    * Move remaining `util` tests to `core`
    * Move and refactor `TopLevelErrorGeneratorTest` to not require `RustCodegenPlugin`
    * Move protocols into `core`
    * Move `generator` tests into `core`
    * Move protocol ser/de tests into `core`
    * Suppress deprecation warning in `TopLevelErrorGeneratorTest`
    * Move `InlineFunctionNamerTest` into `core`
    * Move model transform tests into `core`
    * Rename `SymbolBuilderTest` to `SymbolVisitorTest` to match class under test
    * Move server classes out of client
    * Move core codegen tests into their own CI step
    49cc08da
    Move core tests from `codegen-client` into `codegen-core` (#1776)
    John DiSanti authored
    * Move `testutil` into `core` where possible
    * Move `rustlang` tests into `core`
    * Move remaining `util` tests to `core`
    * Move and refactor `TopLevelErrorGeneratorTest` to not require `RustCodegenPlugin`
    * Move protocols into `core`
    * Move `generator` tests into `core`
    * Move protocol ser/de tests into `core`
    * Suppress deprecation warning in `TopLevelErrorGeneratorTest`
    * Move `InlineFunctionNamerTest` into `core`
    * Move model transform tests into `core`
    * Rename `SymbolBuilderTest` to `SymbolVisitorTest` to match class under test
    * Move server classes out of client
    * Move core codegen tests into their own CI step
Loading