Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move unit tests and enable them for pull requests #291

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

psss
Copy link
Owner

@psss psss commented Jan 27, 2023

Some unit tests need a special setup but most of them should be working without authentication. Let's try to enable them in tmt.

@psss psss added the tests label Jan 27, 2023
Some unit tests need a special setup but most of them should be
working without authentication. Let's try to enable them in tmt.
@lukaszachy lukaszachy added this to the 0.22 milestone Feb 9, 2024
@@ -17,7 +17,7 @@
# Prepare path and config examples
PATH = os.path.dirname(os.path.realpath(__file__))
MINIMAL = did.base.Config.example()
EXAMPLE = "".join(open(PATH + "/../examples/config").readlines())
EXAMPLE = "".join(open(PATH + "/../../examples/config").readlines())

Check warning

Code scanning / CodeQL

File is not always closed Warning test

File is opened but is not closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants