Hello community,

here is the log from the commit of package python-pytest-pythonpath for 
openSUSE:Factory checked in at 2019-02-15 10:02:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-pythonpath (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-pythonpath.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-pythonpath"

Fri Feb 15 10:02:57 2019 rev:2 rq:676134 version:0.7.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-pytest-pythonpath/python-pytest-pythonpath.changes
        2017-11-15 17:04:21.741615732 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-pythonpath.new.28833/python-pytest-pythonpath.changes
     2019-02-15 10:03:00.435614041 +0100
@@ -1,0 +2,7 @@
+Thu Feb 14 14:36:13 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.7.3:
+  * Various small fixes
+- Run tests
+
+-------------------------------------------------------------------

Old:
----
  LICENSE
  pytest-pythonpath-0.7.1.tar.gz

New:
----
  pytest-pythonpath-0.7.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pytest-pythonpath.spec ++++++
--- /var/tmp/diff_new_pack.eM96Zq/_old  2019-02-15 10:03:01.979613542 +0100
+++ /var/tmp/diff_new_pack.eM96Zq/_new  2019-02-15 10:03:02.023613528 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-pythonpath
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,20 +12,20 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pytest-pythonpath
-Version:        0.7.1
+Version:        0.7.3
 Release:        0
 Summary:        Pytest plugin for adding to the PYTHONPATH from command line 
or configs
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/bigsassy/pytest-pythonpath
 Source:         
https://files.pythonhosted.org/packages/source/p/pytest-pythonpath/pytest-pythonpath-%{version}.tar.gz
-Source1:        LICENSE
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -38,7 +38,6 @@
 
 %prep
 %setup -q -n pytest-pythonpath-%{version}
-cp %{SOURCE1} .
 
 %build
 %python_build
@@ -47,9 +46,11 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} -v
 
 %files %{python_files}
-%doc LICENSE
+%license LICENSE.txt
 %{python_sitelib}/*
 
 %changelog

++++++ pytest-pythonpath-0.7.1.tar.gz -> pytest-pythonpath-0.7.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-pythonpath-0.7.1/LICENSE.txt 
new/pytest-pythonpath-0.7.3/LICENSE.txt
--- old/pytest-pythonpath-0.7.1/LICENSE.txt     1970-01-01 01:00:00.000000000 
+0100
+++ new/pytest-pythonpath-0.7.3/LICENSE.txt     2018-08-22 20:19:33.000000000 
+0200
@@ -0,0 +1,20 @@
+The MIT License (MIT)
+
+Copyright (c) 2014 Eric Palakovich Carr
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-pythonpath-0.7.1/MANIFEST.in 
new/pytest-pythonpath-0.7.3/MANIFEST.in
--- old/pytest-pythonpath-0.7.1/MANIFEST.in     1970-01-01 01:00:00.000000000 
+0100
+++ new/pytest-pythonpath-0.7.3/MANIFEST.in     2018-08-22 20:19:33.000000000 
+0200
@@ -0,0 +1,4 @@
+include LICENSE.txt
+include test_pythonpath.py
+include pytest.ini
+recursive-include test_path *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-pythonpath-0.7.1/PKG-INFO 
new/pytest-pythonpath-0.7.3/PKG-INFO
--- old/pytest-pythonpath-0.7.1/PKG-INFO        2016-08-21 14:56:02.000000000 
+0200
+++ new/pytest-pythonpath-0.7.3/PKG-INFO        2018-08-22 20:20:37.000000000 
+0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
 Name: pytest-pythonpath
-Version: 0.7.1
+Version: 0.7.3
 Summary: pytest plugin for adding to the PYTHONPATH from command line or 
configs.
 Home-page: https://github.com/bigsassy/pytest-pythonpath
 Author: Eric Palakovich Carr
@@ -42,3 +42,21 @@
         Once this is added to your pytest.ini, you can use the py.test command 
as you normally would.
         
 Platform: UNKNOWN
+Classifier: Development Status :: 5 - Production/Stable
+Classifier: Environment :: Plugins
+Classifier: Framework :: Pytest
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: MIT License
+Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 2.6
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.0
+Classifier: Programming Language :: Python :: 3.1
+Classifier: Programming Language :: Python :: 3.2
+Classifier: Programming Language :: Python :: 3.3
+Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
+Classifier: Topic :: Software Development :: Testing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-pythonpath-0.7.1/pytest.ini 
new/pytest-pythonpath-0.7.3/pytest.ini
--- old/pytest-pythonpath-0.7.1/pytest.ini      1970-01-01 01:00:00.000000000 
+0100
+++ new/pytest-pythonpath-0.7.3/pytest.ini      2018-02-03 02:57:55.000000000 
+0100
@@ -0,0 +1,4 @@
+[pytest]
+norecursedirs = virenv
+python_paths = test_path/apps test_path/libs
+site_dirs = test_path/sitedir1 test_path/sitedir2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pytest-pythonpath-0.7.1/pytest_pythonpath.egg-info/PKG-INFO 
new/pytest-pythonpath-0.7.3/pytest_pythonpath.egg-info/PKG-INFO
--- old/pytest-pythonpath-0.7.1/pytest_pythonpath.egg-info/PKG-INFO     
2016-08-21 14:56:02.000000000 +0200
+++ new/pytest-pythonpath-0.7.3/pytest_pythonpath.egg-info/PKG-INFO     
2018-08-22 20:20:36.000000000 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
 Name: pytest-pythonpath
-Version: 0.7.1
+Version: 0.7.3
 Summary: pytest plugin for adding to the PYTHONPATH from command line or 
configs.
 Home-page: https://github.com/bigsassy/pytest-pythonpath
 Author: Eric Palakovich Carr
@@ -42,3 +42,21 @@
         Once this is added to your pytest.ini, you can use the py.test command 
as you normally would.
         
 Platform: UNKNOWN
+Classifier: Development Status :: 5 - Production/Stable
+Classifier: Environment :: Plugins
+Classifier: Framework :: Pytest
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: MIT License
+Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 2.6
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.0
+Classifier: Programming Language :: Python :: 3.1
+Classifier: Programming Language :: Python :: 3.2
+Classifier: Programming Language :: Python :: 3.3
+Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
+Classifier: Topic :: Software Development :: Testing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pytest-pythonpath-0.7.1/pytest_pythonpath.egg-info/SOURCES.txt 
new/pytest-pythonpath-0.7.3/pytest_pythonpath.egg-info/SOURCES.txt
--- old/pytest-pythonpath-0.7.1/pytest_pythonpath.egg-info/SOURCES.txt  
2016-08-21 14:56:02.000000000 +0200
+++ new/pytest-pythonpath-0.7.3/pytest_pythonpath.egg-info/SOURCES.txt  
2018-08-22 20:20:36.000000000 +0200
@@ -1,8 +1,37 @@
+LICENSE.txt
+MANIFEST.in
+pytest.ini
 pytest_pythonpath.py
 setup.py
+test_pythonpath.py
 pytest_pythonpath.egg-info/PKG-INFO
 pytest_pythonpath.egg-info/SOURCES.txt
 pytest_pythonpath.egg-info/dependency_links.txt
 pytest_pythonpath.egg-info/entry_points.txt
 pytest_pythonpath.egg-info/requires.txt
-pytest_pythonpath.egg-info/top_level.txt
\ No newline at end of file
+pytest_pythonpath.egg-info/top_level.txt
+test_path/__init__.py
+test_path/apps/__init__.py
+test_path/apps/test_package/__init__.py
+test_path/apps/test_package/__init__.pyc
+test_path/apps/test_package/hey.py
+test_path/apps/test_package/hey.pyc
+test_path/apps/test_package/__pycache__/__init__.cpython-36.pyc
+test_path/apps/test_package/__pycache__/hey.cpython-36.pyc
+test_path/libs/__init__.py
+test_path/libs/hello.py
+test_path/libs/hello.pyc
+test_path/libs/__pycache__/hello.cpython-36.pyc
+test_path/sitedir1/__init__.py
+test_path/sitedir1/yo.py
+test_path/sitedir1/yo.pyc
+test_path/sitedir1/__pycache__/yo.cpython-36.pyc
+test_path/sitedir2/__init__.py
+test_path/sitedir2/hola.py
+test_path/sitedir2/hola.pyc
+test_path/sitedir2/test.pth
+test_path/sitedir2/__pycache__/hola.cpython-36.pyc
+test_path/sitedir3/__init__.py
+test_path/sitedir3/pow.py
+test_path/sitedir3/pow.pyc
+test_path/sitedir3/__pycache__/pow.cpython-36.pyc
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-pythonpath-0.7.1/setup.py 
new/pytest-pythonpath-0.7.3/setup.py
--- old/pytest-pythonpath-0.7.1/setup.py        2016-08-21 14:55:03.000000000 
+0200
+++ new/pytest-pythonpath-0.7.3/setup.py        2018-08-22 20:19:57.000000000 
+0200
@@ -11,11 +11,32 @@
     description=description,
     long_description=long_description,
     license='MIT',
-    version='0.7.1',
+    version='0.7.3',
     author='Eric Palakovich Carr',
     author_email='[email protected]',
     url='https://github.com/bigsassy/pytest-pythonpath',
     py_modules=['pytest_pythonpath'],
     entry_points={'pytest11': ['pythonpath = pytest_pythonpath']},
-    install_requires=['pytest>=2.5.2']
+    install_requires=['pytest>=2.5.2'],
+    python_requires='>=2.6, <4',
+    classifiers=[
+        "Development Status :: 5 - Production/Stable",
+        "Environment :: Plugins",
+        "Framework :: Pytest",
+        "Intended Audience :: Developers",
+        "License :: OSI Approved :: MIT License",
+        'Programming Language :: Python :: 2',
+        "Programming Language :: Python :: 2.6",
+        "Programming Language :: Python :: 2.7",
+        'Programming Language :: Python :: 3',
+        "Programming Language :: Python :: 3.0",
+        "Programming Language :: Python :: 3.1",
+        "Programming Language :: Python :: 3.2",
+        "Programming Language :: Python :: 3.3",
+        "Programming Language :: Python :: 3.4",
+        "Programming Language :: Python :: 3.5",
+        "Programming Language :: Python :: 3.6",
+        "Programming Language :: Python :: 3.7",
+        "Topic :: Software Development :: Testing",
+    ],
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pytest-pythonpath-0.7.1/test_path/apps/test_package/__init__.py 
new/pytest-pythonpath-0.7.3/test_path/apps/test_package/__init__.py
--- old/pytest-pythonpath-0.7.1/test_path/apps/test_package/__init__.py 
1970-01-01 01:00:00.000000000 +0100
+++ new/pytest-pythonpath-0.7.3/test_path/apps/test_package/__init__.py 
2018-02-03 02:57:55.000000000 +0100
@@ -0,0 +1,2 @@
+def return_hi():
+    return "hi"
\ No newline at end of file
Binary files 
old/pytest-pythonpath-0.7.1/test_path/apps/test_package/__init__.pyc and 
new/pytest-pythonpath-0.7.3/test_path/apps/test_package/__init__.pyc differ
Binary files 
old/pytest-pythonpath-0.7.1/test_path/apps/test_package/__pycache__/__init__.cpython-36.pyc
 and 
new/pytest-pythonpath-0.7.3/test_path/apps/test_package/__pycache__/__init__.cpython-36.pyc
 differ
Binary files 
old/pytest-pythonpath-0.7.1/test_path/apps/test_package/__pycache__/hey.cpython-36.pyc
 and 
new/pytest-pythonpath-0.7.3/test_path/apps/test_package/__pycache__/hey.cpython-36.pyc
 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pytest-pythonpath-0.7.1/test_path/apps/test_package/hey.py 
new/pytest-pythonpath-0.7.3/test_path/apps/test_package/hey.py
--- old/pytest-pythonpath-0.7.1/test_path/apps/test_package/hey.py      
1970-01-01 01:00:00.000000000 +0100
+++ new/pytest-pythonpath-0.7.3/test_path/apps/test_package/hey.py      
2018-02-03 02:57:55.000000000 +0100
@@ -0,0 +1,2 @@
+def return_hey():
+    return "hey"
Binary files old/pytest-pythonpath-0.7.1/test_path/apps/test_package/hey.pyc 
and new/pytest-pythonpath-0.7.3/test_path/apps/test_package/hey.pyc differ
Binary files 
old/pytest-pythonpath-0.7.1/test_path/libs/__pycache__/hello.cpython-36.pyc and 
new/pytest-pythonpath-0.7.3/test_path/libs/__pycache__/hello.cpython-36.pyc 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-pythonpath-0.7.1/test_path/libs/hello.py 
new/pytest-pythonpath-0.7.3/test_path/libs/hello.py
--- old/pytest-pythonpath-0.7.1/test_path/libs/hello.py 1970-01-01 
01:00:00.000000000 +0100
+++ new/pytest-pythonpath-0.7.3/test_path/libs/hello.py 2018-02-03 
02:57:55.000000000 +0100
@@ -0,0 +1,2 @@
+def return_hello():
+    return "hello"
Binary files old/pytest-pythonpath-0.7.1/test_path/libs/hello.pyc and 
new/pytest-pythonpath-0.7.3/test_path/libs/hello.pyc differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pytest-pythonpath-0.7.1/test_path/sitedir1/__init__.py 
new/pytest-pythonpath-0.7.3/test_path/sitedir1/__init__.py
--- old/pytest-pythonpath-0.7.1/test_path/sitedir1/__init__.py  1970-01-01 
01:00:00.000000000 +0100
+++ new/pytest-pythonpath-0.7.3/test_path/sitedir1/__init__.py  2018-02-03 
02:57:55.000000000 +0100
@@ -0,0 +1 @@
+__author__ = 'eric'
Binary files 
old/pytest-pythonpath-0.7.1/test_path/sitedir1/__pycache__/yo.cpython-36.pyc 
and 
new/pytest-pythonpath-0.7.3/test_path/sitedir1/__pycache__/yo.cpython-36.pyc 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-pythonpath-0.7.1/test_path/sitedir1/yo.py 
new/pytest-pythonpath-0.7.3/test_path/sitedir1/yo.py
--- old/pytest-pythonpath-0.7.1/test_path/sitedir1/yo.py        1970-01-01 
01:00:00.000000000 +0100
+++ new/pytest-pythonpath-0.7.3/test_path/sitedir1/yo.py        2018-02-03 
02:57:55.000000000 +0100
@@ -0,0 +1,2 @@
+def return_yo():
+    return "yo"
Binary files old/pytest-pythonpath-0.7.1/test_path/sitedir1/yo.pyc and 
new/pytest-pythonpath-0.7.3/test_path/sitedir1/yo.pyc differ
Binary files 
old/pytest-pythonpath-0.7.1/test_path/sitedir2/__pycache__/hola.cpython-36.pyc 
and 
new/pytest-pythonpath-0.7.3/test_path/sitedir2/__pycache__/hola.cpython-36.pyc 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-pythonpath-0.7.1/test_path/sitedir2/hola.py 
new/pytest-pythonpath-0.7.3/test_path/sitedir2/hola.py
--- old/pytest-pythonpath-0.7.1/test_path/sitedir2/hola.py      1970-01-01 
01:00:00.000000000 +0100
+++ new/pytest-pythonpath-0.7.3/test_path/sitedir2/hola.py      2018-02-03 
02:57:55.000000000 +0100
@@ -0,0 +1,2 @@
+def return_hola():
+    return "hola"
Binary files old/pytest-pythonpath-0.7.1/test_path/sitedir2/hola.pyc and 
new/pytest-pythonpath-0.7.3/test_path/sitedir2/hola.pyc differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-pythonpath-0.7.1/test_path/sitedir2/test.pth 
new/pytest-pythonpath-0.7.3/test_path/sitedir2/test.pth
--- old/pytest-pythonpath-0.7.1/test_path/sitedir2/test.pth     1970-01-01 
01:00:00.000000000 +0100
+++ new/pytest-pythonpath-0.7.3/test_path/sitedir2/test.pth     2018-02-03 
02:57:55.000000000 +0100
@@ -0,0 +1 @@
+../sitedir3
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pytest-pythonpath-0.7.1/test_path/sitedir3/__init__.py 
new/pytest-pythonpath-0.7.3/test_path/sitedir3/__init__.py
--- old/pytest-pythonpath-0.7.1/test_path/sitedir3/__init__.py  1970-01-01 
01:00:00.000000000 +0100
+++ new/pytest-pythonpath-0.7.3/test_path/sitedir3/__init__.py  2018-02-03 
02:57:55.000000000 +0100
@@ -0,0 +1 @@
+__author__ = 'eric'
Binary files 
old/pytest-pythonpath-0.7.1/test_path/sitedir3/__pycache__/pow.cpython-36.pyc 
and 
new/pytest-pythonpath-0.7.3/test_path/sitedir3/__pycache__/pow.cpython-36.pyc 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-pythonpath-0.7.1/test_path/sitedir3/pow.py 
new/pytest-pythonpath-0.7.3/test_path/sitedir3/pow.py
--- old/pytest-pythonpath-0.7.1/test_path/sitedir3/pow.py       1970-01-01 
01:00:00.000000000 +0100
+++ new/pytest-pythonpath-0.7.3/test_path/sitedir3/pow.py       2018-02-03 
02:57:55.000000000 +0100
@@ -0,0 +1,2 @@
+def return_pow():
+    return "pow"
Binary files old/pytest-pythonpath-0.7.1/test_path/sitedir3/pow.pyc and 
new/pytest-pythonpath-0.7.3/test_path/sitedir3/pow.pyc differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-pythonpath-0.7.1/test_pythonpath.py 
new/pytest-pythonpath-0.7.3/test_pythonpath.py
--- old/pytest-pythonpath-0.7.1/test_pythonpath.py      1970-01-01 
01:00:00.000000000 +0100
+++ new/pytest-pythonpath-0.7.3/test_pythonpath.py      2018-02-03 
02:57:55.000000000 +0100
@@ -0,0 +1,26 @@
+import os
+import sys
+
+from test_package import return_hi, hey
+from hello import return_hello
+from yo import return_yo
+from hola import return_hola
+from pow import return_pow
+
+
+def test_imports_worked():
+    assert "hi" == return_hi()
+    assert "hey" == hey.return_hey()
+    assert "hello" == return_hello()
+    assert "yo" == return_yo()
+    assert "hola" == return_hola()
+    assert "pow" == return_pow()
+
+
+def test_pythonpath_has_correct_order():
+    assert sys.path[0] == os.path.join(os.getcwd())
+    assert sys.path[1] == os.path.join(os.getcwd(), "test_path/apps")
+    assert sys.path[2] == os.path.join(os.getcwd(), "test_path/libs")
+    assert sys.path[-3] == os.path.join(os.getcwd(), "test_path/sitedir1")
+    assert sys.path[-2] == os.path.join(os.getcwd(), "test_path/sitedir2")
+    assert sys.path[-1] == os.path.join(os.getcwd(), "test_path/sitedir3")


Reply via email to