Skip to content

Commit

Permalink
Updated Logging placement
Browse files Browse the repository at this point in the history
  • Loading branch information
TeachMeTW committed Dec 14, 2024
1 parent 1340ad8 commit a7008f8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions emission/tests/analysisTests/intakeTests/TestUserStat.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ def setUp(self):
"""
Set up the test environment by loading real example data for both Android and users.
"""
# Configure logging for the test
etc.configLogging()

# Set up the real example data with entries
etc.setupRealExample(self, "emission/tests/data/real_examples/shankari_2015-aug-27")

Expand Down Expand Up @@ -116,4 +113,6 @@ def testLastCall(self):
)

if __name__ == '__main__':
# Configure logging for the test
etc.configLogging()
unittest.main()

0 comments on commit a7008f8

Please sign in to comment.