SweetPea

Contents:

  • SweetPea Guide
    • Installation and Setup
      • Automated Installation from the Python Package Index
      • Manual Installation from Source
      • Contributing to SweetPea Development
    • Factorial Experiment Design
      • Factors
      • Levels
      • Example
      • Derivations
        • Basic Windows
        • Transition Windows
        • Within-Trial Windows
      • Glossary
    • Using SweetPea
      • A Simple Stroop Experiment
        • Building the Simple Stroop Experiment
        • SweetPea Feature Recap
      • Working With Derived Levels
        • Derivation
        • Constraints
    • Contributing to SweetPea
      • Using the GitHub Issue Tracker
      • Developing SweetPea
        • Configuring Your Development Environment
        • Repository Organization
        • Workflows
        • Pull Requests
      • Contributing to the Documentation
        • Installing Dependencies
        • Building the Documentation
        • Automatic vs Manual Documentation
        • Contributing to the Automatic Documentation
        • Style Guides
      • reStructuredText Style Guide
        • General
        • Docstrings
      • Python Style Guide
        • Note on PEP 8
        • Maximum Line Length
        • Blank Lines
        • Imports
        • String Quotes
        • Trailing Commas
        • Comments
        • Type-Checking or Linting Overrides
  • SweetPea API Documentation
    • sweetpea package
      • Subpackages
        • sweetpea.core package
        • sweetpea.sampling_strategies package
        • sweetpea.tests package
      • Submodules
        • sweetpea.backend module
        • sweetpea.base_constraint module
        • sweetpea.blocks module
        • sweetpea.combinatorics module
        • sweetpea.constraints module
        • sweetpea.derivation_processor module
        • sweetpea.design_graph module
        • sweetpea.design_partitions module
        • sweetpea.encoding_diagram module
        • sweetpea.internal module
        • sweetpea.logic module
        • sweetpea.metrics module
        • sweetpea.primitives module
        • sweetpea.server module
SweetPea
  • »
  • SweetPea API Documentation »
  • sweetpea package »
  • sweetpea.tests package
  • View page source

sweetpea.tests package¶

Subpackages¶

  • sweetpea.tests.sampling_strategies package
    • Submodules
      • sweetpea.tests.sampling_strategies.test_base_strategy module
      • sweetpea.tests.sampling_strategies.test_guided module
      • sweetpea.tests.sampling_strategies.test_uc_solution_enumerator module
      • sweetpea.tests.sampling_strategies.test_uniform_combinatoric module

Submodules¶

  • sweetpea.tests.test_backend module
  • sweetpea.tests.test_blocks module
  • sweetpea.tests.test_combinatorics module
  • sweetpea.tests.test_constraints module
  • sweetpea.tests.test_constraints_tss module
  • sweetpea.tests.test_derivation_processor module
  • sweetpea.tests.test_derivation_processor_multi_argument_transition module
  • sweetpea.tests.test_derivation_processor_tss module
  • sweetpea.tests.test_design_graph module
  • sweetpea.tests.test_design_partitions module
  • sweetpea.tests.test_encoding_diagram module
  • sweetpea.tests.test_internal module
  • sweetpea.tests.test_logic module
  • sweetpea.tests.test_primitives module
  • sweetpea.tests.test_sweetpea module
  • sweetpea.tests.test_utils module
Next Previous

© Copyright 2021, SweetPea Research Group.

Built with Sphinx using a theme provided by Read the Docs.