Skip to content

Commit a7008f8

Browse files
committed
Updated Logging placement
1 parent 1340ad8 commit a7008f8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

emission/tests/analysisTests/intakeTests/TestUserStat.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ def setUp(self):
3131
"""
3232
Set up the test environment by loading real example data for both Android and users.
3333
"""
34-
# Configure logging for the test
35-
etc.configLogging()
36-
3734
# Set up the real example data with entries
3835
etc.setupRealExample(self, "emission/tests/data/real_examples/shankari_2015-aug-27")
3936

@@ -116,4 +113,6 @@ def testLastCall(self):
116113
)
117114

118115
if __name__ == '__main__':
116+
# Configure logging for the test
117+
etc.configLogging()
119118
unittest.main()

0 commit comments

Comments
 (0)