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 1340ad8 commit a7008f8Copy full SHA for a7008f8
emission/tests/analysisTests/intakeTests/TestUserStat.py
@@ -31,9 +31,6 @@ def setUp(self):
31
"""
32
Set up the test environment by loading real example data for both Android and users.
33
34
- # Configure logging for the test
35
- etc.configLogging()
36
-
37
# Set up the real example data with entries
38
etc.setupRealExample(self, "emission/tests/data/real_examples/shankari_2015-aug-27")
39
@@ -116,4 +113,6 @@ def testLastCall(self):
116
113
)
117
114
118
115
if __name__ == '__main__':
+ # Configure logging for the test
+ etc.configLogging()
119
unittest.main()
0 commit comments