summaryrefslogtreecommitdiff
path: root/tests/test_path.py
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2020-05-07 14:29:20 -0400
committerÉric Araujo <merwok@netwok.org>2020-05-07 14:29:20 -0400
commite1be97b3261661af865a0157f755fdc728b9f1f7 (patch)
tree6094838c31cf413554a02ea8f56d36c8f6f82f24 /tests/test_path.py
parentce6685e1b4a6c240ce9382464b1e0055a33d2b4a (diff)
parent1722cbb7bf40ce9d3793faf38f63e9f00d577613 (diff)
downloadpyramid-e1be97b3261661af865a0157f755fdc728b9f1f7.tar.gz
pyramid-e1be97b3261661af865a0157f755fdc728b9f1f7.tar.bz2
pyramid-e1be97b3261661af865a0157f755fdc728b9f1f7.zip
merge master
Diffstat (limited to 'tests/test_path.py')
-rw-r--r--tests/test_path.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_path.py b/tests/test_path.py
index 384460fb1..c9cfde2b6 100644
--- a/tests/test_path.py
+++ b/tests/test_path.py
@@ -101,10 +101,10 @@ class TestCallerPackage(unittest.TestCase):
self.assertEqual(result, tests)
def test_it_level_3(self):
- import unittest
+ import _pytest
result = self._callFUT(3)
- self.assertEqual(result, unittest)
+ self.assertEqual(result, _pytest)
def test_it_package(self):
import tests