yhttp-dev 3.0.5__tar.gz → 3.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: yhttp-dev
3
- Version: 3.0.5
3
+ Version: 3.1.0
4
4
  Summary: yhttp development utilities
5
5
  Home-page: https://github.com/yhttp/yhttp-dev
6
6
  Author: pylover
@@ -0,0 +1 @@
1
+ __version__ = '3.1.0'
@@ -8,6 +8,16 @@ from unittest.mock import patch
8
8
  import pytest
9
9
 
10
10
 
11
+ CICD = 'CI' in os.environ \
12
+ and os.environ['CI'] \
13
+ and 'GITHUB_RUN_ID' in os.environ
14
+
15
+
16
+ @pytest.fixture
17
+ def cicd():
18
+ return CICD
19
+
20
+
11
21
  @pytest.fixture
12
22
  def mockupfs():
13
23
  temp_directories = []
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: yhttp-dev
3
- Version: 3.0.5
3
+ Version: 3.1.0
4
4
  Summary: yhttp development utilities
5
5
  Home-page: https://github.com/yhttp/yhttp-dev
6
6
  Author: pylover
@@ -1 +0,0 @@
1
- __version__ = '3.0.5'
File without changes
File without changes
File without changes
File without changes