Skip to content

atlanticwave-sdx/sense-sdx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Overview

This document provides instructions for installing dependencies and running unit tests for the sense-sdx module.

Installation

  1. Clone the repository:

    git clone https://github.com/your-repo/sense-sdx.git
    cd sense-sdx
  2. Create and activate a virtual environment (optional but recommended):

    python3 -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
  3. Install the required dependencies along with the test dependencies using pip:

    pip install .[test]

    Alternatively, you can install in editable mode with test dependencies:

    pip install -e .[test]

    Running Unit Tests

    To run the unit tests for the sense-sdx module, use the following command:

    python -m unittest discover -s tests

    This command will automatically discover and execute all test cases in the tests directory. Ensure that you are in the root directory of the repository when running this command.

    To run an individual test case, specify the test module and test class/method. For example:

    python -m unittest tests.test_module.TestClass.test_method

    Replace tests.test_module, TestClass, and test_method with the appropriate module, class, and method names for the test you want to run.

About

sdx-lc: sense client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages