Page MenuHomeSolus

0001-Initial-working-pytest.patch

Authored By
SFaulken
Oct 3 2016, 12:26 AM
Size
21 KB
Referenced Files
None
Subscribers
None

0001-Initial-working-pytest.patch

From 91b02fc30bdbfcdf88ecdf97939514b3bf33d5e3 Mon Sep 17 00:00:00 2001
From: Shawn W Dunn <sfalken@cloverleaf-linux.org>
Date: Sun, 2 Oct 2016 17:25:51 -0700
Subject: [PATCH] Initial working pytest
Signed-off-by: Shawn W Dunn <sfalken@cloverleaf-linux.org>
---
Makefile | 1 +
package.yml | 19 +++++
pspec_x86_64.xml | 212 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 232 insertions(+)
create mode 100644 Makefile
create mode 100644 package.yml
create mode 100644 pspec_x86_64.xml
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0a42375
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/package.yml b/package.yml
new file mode 100644
index 0000000..9da5ab2
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,19 @@
+name : python-pytest
+version : 3.0.3
+release : 1
+source :
+ - https://pypi.python.org/packages/a0/2f/076c816e2402c4911ccee4b93ba0475145b7cffd0320ca8efa0add7c469c/pytest-3.0.3.tar.gz : f213500a356800a483e8a146ff971ae14a8df3f2c0ae4145181aad96996abee7
+license : MIT
+component : programming.python
+summary : python testing framework
+description: |
+ The pytest framework makes it easy to write small tests, yet scales to support complex fucntional testing for applications and libraries.
+builddeps :
+ - python-setuptools
+ - pkgconfig(python3)
+setup : |
+ %python_setup
+ %python3_setup
+install : |
+ %python_install
+ %python3_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
index 0000000..c39e201
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,212 @@
+<PISI>
+ <Source>
+ <Name>python-pytest</Name>
+ <Packager>
+ <Name>Shawn W Dunn</Name>
+ <Email>sfalken@cloverleaf-linux.org</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">python testing framework</Summary>
+ <Description xml:lang="en">The pytest framework makes it easy to write small tests, yet scales to support complex fucntional testing for applications and libraries.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-pytest</Name>
+ <Summary xml:lang="en">python testing framework</Summary>
+ <Description xml:lang="en">The pytest framework makes it easy to write small tests, yet scales to support complex fucntional testing for applications and libraries.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/_argcomplete.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/_argcomplete.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/_code/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/_code/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/_code/_py2traceback.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/_code/_py2traceback.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/_code/code.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/_code/code.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/_code/source.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/_code/source.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/_pluggy.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/_pluggy.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/assertion/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/assertion/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/assertion/rewrite.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/assertion/rewrite.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/assertion/util.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/assertion/util.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/cacheprovider.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/cacheprovider.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/capture.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/capture.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/compat.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/compat.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/config.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/config.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/debugging.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/debugging.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/deprecated.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/deprecated.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/doctest.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/doctest.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/fixtures.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/fixtures.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/freeze_support.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/freeze_support.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/helpconfig.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/helpconfig.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/hookspec.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/hookspec.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/junitxml.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/junitxml.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/main.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/main.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/mark.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/mark.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/monkeypatch.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/monkeypatch.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/nose.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/nose.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/pastebin.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/pastebin.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/pytester.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/pytester.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/python.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/python.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/recwarn.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/recwarn.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/resultlog.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/resultlog.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/runner.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/runner.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/setuponly.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/setuponly.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/setupplan.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/setupplan.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/skipping.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/skipping.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/terminal.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/terminal.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/tmpdir.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/tmpdir.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/unittest.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/unittest.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/vendored_packages/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/vendored_packages/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/vendored_packages/pluggy.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/_pytest/vendored_packages/pluggy.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pytest-3.0.3-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pytest-3.0.3-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pytest-3.0.3-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pytest-3.0.3-py2.7.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pytest-3.0.3-py2.7.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pytest-3.0.3-py2.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pytest-3.0.3-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pytest.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pytest.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/__pycache__/pytest.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/_argcomplete.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/_pluggy.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/cacheprovider.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/capture.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/compat.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/config.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/debugging.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/deprecated.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/doctest.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/fixtures.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/freeze_support.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/helpconfig.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/hookspec.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/junitxml.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/main.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/mark.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/monkeypatch.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/nose.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/pastebin.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/pytester.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/python.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/recwarn.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/resultlog.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/runner.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/setuponly.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/setupplan.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/skipping.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/terminal.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/tmpdir.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/__pycache__/unittest.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/_argcomplete.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/_code/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/_code/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/_code/__pycache__/_py2traceback.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/_code/__pycache__/code.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/_code/__pycache__/source.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/_code/_py2traceback.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/_code/code.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/_code/source.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/_pluggy.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/assertion/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/assertion/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/assertion/__pycache__/rewrite.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/assertion/__pycache__/util.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/assertion/rewrite.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/assertion/util.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/cacheprovider.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/capture.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/compat.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/config.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/debugging.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/deprecated.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/doctest.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/fixtures.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/freeze_support.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/helpconfig.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/hookspec.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/junitxml.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/main.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/mark.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/monkeypatch.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/nose.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/pastebin.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/pytester.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/python.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/recwarn.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/resultlog.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/runner.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/setuponly.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/setupplan.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/skipping.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/terminal.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/tmpdir.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/unittest.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/vendored_packages/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/vendored_packages/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/vendored_packages/__pycache__/pluggy.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/_pytest/vendored_packages/pluggy.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pytest-3.0.3-py3.5.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pytest-3.0.3-py3.5.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pytest-3.0.3-py3.5.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pytest-3.0.3-py3.5.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pytest-3.0.3-py3.5.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pytest-3.0.3-py3.5.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pytest-3.0.3-py3.5.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pytest.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2016-10-03</Date>
+ <Version>3.0.3</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Shawn W Dunn</Name>
+ <Email>sfalken@cloverleaf-linux.org</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.10.0

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3006
Default Alt Text
0001-Initial-working-pytest.patch (21 KB)

Event Timeline