Skip to content

Add reset action for dev and test environments only #85

@cfnyu

Description

@cfnyu

As a Developer
I need to provide an action that reset the test database
So that when running integration test against test the testing software can maintain it's state durning testing

Assumptions:

  • This will never make it to production environment
  • The database will already be setup
  • Will only run in test not dev

Acceptance Criteria:

Given behave is setup
When I execute `behave`
And there is a test that requires a reset
Then the test database should be truncated 

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions