Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
fixing manual test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuche committed Oct 13, 2022
1 parent 5cfaf6f commit 15b5fdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ufjc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .core import *
from .swfjc import *

__version__ = "1.3.4"
__version__ = "1.3.5"
2 changes: 1 addition & 1 deletion ufjc/tests/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"""

from .test_doc import TestDocstringExamples # pragma: no cover
from .test_examples import TestDocstringExamples # pragma: no cover
inst = TestDocstringExamples() # pragma: no cover
inst.test_docstring_python_examples(examples=False) # pragma: no cover

0 comments on commit 15b5fdd

Please sign in to comment.