Skip to content

Testing if the functions in app.py output what we want #53

@mattketk

Description

@mattketk

Overview

Making sure that the functions in the flask app return information in a consistent and predictable format (such as a python dictionary -> JSON object)

Use Cases

  • button presses on react.js request output from the Flask server (i.e. camera status, temperature, exposure data file)

Requirements

  • ensure return statements for camera status, temp, acquisition are python dictionary objects
  • dictionary keys are the same for each function
  • value object types are consistent and predictable
  • set up dummy server + testing modules?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions