Skip to content

Updated import paths to package-format rather than local-format #20

Updated import paths to package-format rather than local-format

Updated import paths to package-format rather than local-format #20

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