File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 5555 pylint $( find . -path './jepler*.py' )
5656 ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace $( find . -path "./examples/*.py" ))
5757 - name : Unit Test
58- run : python test.py
58+ run : python -m jepler_udecimal.test
5959 - name : Build assets
6060 run : circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
6161 - name : Build docs
Original file line number Diff line number Diff line change 22# SPDX-FileCopyrightText: Copyright (c) 2020 jepler for Unpythonic Networks
33#
44# SPDX-License-Identifier: MIT
5+
6+ # pylint: disable=missing-module-docstring,missing-function-docstring,unused-argument
57import unittest
68import doctest
79import jepler_udecimal
You can’t perform that action at this time.
0 commit comments