Skip to content

Commit

Permalink
Added server test file
Browse files Browse the repository at this point in the history
  • Loading branch information
noah1013 committed May 27, 2024
1 parent 1c8a7f5 commit 7ec71d3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/unit/server/femr/test_server.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import unittest

class MyTestCase(unittest.TestCase):
def test_something(self):
self.assertEqual(True, False) # add assertion here

if __name__ == '__main__':
unittest.main()

0 comments on commit 7ec71d3

Please sign in to comment.