Skip to content

Added dependencies and CLI function to project, and documented #21

Added dependencies and CLI function to project, and documented

Added dependencies and CLI function to project, and documented #21

Workflow file for this run

name: Unittest
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: |
cd src/oxrse_unit_conv
python -m unittest discover -s ../tests -t .. -v