pub struct PythonE2eCodegen;Expand description
Python e2e test code generator.
Trait Implementations§
Source§impl E2eCodegen for PythonE2eCodegen
impl E2eCodegen for PythonE2eCodegen
Source§fn generate(
&self,
groups: &[FixtureGroup],
e2e_config: &E2eConfig,
config: &ResolvedCrateConfig,
) -> Result<Vec<GeneratedFile>>
fn generate( &self, groups: &[FixtureGroup], e2e_config: &E2eConfig, config: &ResolvedCrateConfig, ) -> Result<Vec<GeneratedFile>>
Generate all e2e test project files for this language.
Source§fn language_name(&self) -> &'static str
fn language_name(&self) -> &'static str
Language name for display and directory naming.
Auto Trait Implementations§
impl Freeze for PythonE2eCodegen
impl RefUnwindSafe for PythonE2eCodegen
impl Send for PythonE2eCodegen
impl Sync for PythonE2eCodegen
impl Unpin for PythonE2eCodegen
impl UnsafeUnpin for PythonE2eCodegen
impl UnwindSafe for PythonE2eCodegen
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more