Skip to content

Add set() method and clear() method to VLite class #1

Add set() method and clear() method to VLite class

Add set() method and clear() method to VLite class #1

Workflow file for this run

name: Run Unit Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
# Add any other dependencies here
- name: Run tests
run: python ./tests/unit.py