8000 Autorelease by staticdev · Pull Request #2 · staticdev/github4.py · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Autorelease #2

Merged
merged 11 commits into from
Feb 18, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix wrong fix
  • Loading branch information
staticdev committed Feb 18, 2021
commit b9096d9469eb378cfe640c930d74d69bd7eca02c
2 changes: 1 addition & 1 deletion tests/integration/test_repos_release.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import tempfile

import pytest
# import pytest

import github4
from .helper import IntegrationHelper
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_repos_release.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json
import unittest.mock

# import pytest
import pytest

import github4
from .helper import create_example_data_helper
Expand Down
0