We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e432d34 commit 4160238Copy full SHA for 4160238
tests/test_integration.py
@@ -23,8 +23,8 @@
23
24
class TestIntegration(unittest.TestCase):
25
"""
26
- Test suite for the combination of `pypuppetdb.Lexer`,
27
- `pypuppetdbquery.Parser`, and `pypuppetdb.Evaluator`.
+ Test suite for the combination of `pypuppetdb.lexer.Lexer`,
+ `pypuppetdbquery.parser.Parser`, and `pypuppetdb.evaluator.Evaluator`.
28
29
def setUp(self):
30
self.parser = Parser(
tests/test_lexer.py
@@ -22,7 +22,7 @@
22
class TestLexer(unittest.TestCase):
- Test suite for `pypuppetdbquery.Lexer`.
+ Test suite for `pypuppetdbquery.lexer.Lexer`.
self.lexer = Lexer(
0 commit comments