yhttp-dev 3.2.4__tar.gz → 3.3.1__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,12 +1,19 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: yhttp-dev
3
- Version: 3.2.4
3
+ Version: 3.3.1
4
4
  Summary: yhttp development utilities
5
5
  Home-page: https://github.com/yhttp/yhttp-dev
6
6
  Author: pylover
7
7
  Author-email: vahid.mardani@gmail.com
8
8
  Description-Content-Type: text/markdown
9
9
  License-File: LICENSE
10
+ Dynamic: author
11
+ Dynamic: author-email
12
+ Dynamic: description
13
+ Dynamic: description-content-type
14
+ Dynamic: home-page
15
+ Dynamic: license-file
16
+ Dynamic: summary
10
17
 
11
18
  # yhttp-dev
12
19
 
@@ -0,0 +1 @@
1
+ __version__ = '3.3.1'
@@ -19,6 +19,13 @@ def cicd():
19
19
  return CICD
20
20
 
21
21
 
22
+ @pytest.fixture
23
+ def tempdir():
24
+ tdir = tempfile.mkdtemp()
25
+ yield tdir
26
+ shutil.rmtree(tdir)
27
+
28
+
22
29
  @pytest.fixture
23
30
  def mockupfs():
24
31
  temp_directories = []
@@ -1,12 +1,19 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: yhttp-dev
3
- Version: 3.2.4
3
+ Version: 3.3.1
4
4
  Summary: yhttp development utilities
5
5
  Home-page: https://github.com/yhttp/yhttp-dev
6
6
  Author: pylover
7
7
  Author-email: vahid.mardani@gmail.com
8
8
  Description-Content-Type: text/markdown
9
9
  License-File: LICENSE
10
+ Dynamic: author
11
+ Dynamic: author-email
12
+ Dynamic: description
13
+ Dynamic: description-content-type
14
+ Dynamic: home-page
15
+ Dynamic: license-file
16
+ Dynamic: summary
10
17
 
11
18
  # yhttp-dev
12
19
 
@@ -1 +0,0 @@
1
- __version__ = '3.2.4'
File without changes
File without changes
File without changes
File without changes