userver: testsuite.environment.service.StartedMark Class Reference
Loading...
Searching...
No Matches
testsuite.environment.service.StartedMark Class Reference

Detailed Description

Definition at line 116 of file service.py.

Public Member Functions

None __init__ (self, types.PathOrStr working_dir)
None create (self)
None delete (self)
bool exists (self)

Protected Attributes

str _path = pathlib.Path(working_dir) / '.started'

Constructor & Destructor Documentation

◆ __init__()

None testsuite.environment.service.StartedMark.__init__ ( self,
types.PathOrStr working_dir )

Definition at line 117 of file service.py.

Member Function Documentation

◆ create()

None testsuite.environment.service.StartedMark.create ( self)

Definition at line 120 of file service.py.

◆ delete()

None testsuite.environment.service.StartedMark.delete ( self)

Definition at line 124 of file service.py.

◆ exists()

bool testsuite.environment.service.StartedMark.exists ( self)

Definition at line 130 of file service.py.

Member Data Documentation

◆ _path

str testsuite.environment.service.StartedMark._path = pathlib.Path(working_dir) / '.started'
protected

Definition at line 118 of file service.py.


The documentation for this class was generated from the following file: