Skip to content

Commit

Permalink
fix pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhuoying committed Mar 11, 2024
1 parent 17929f4 commit f53134d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion atomate/utils/tests/test_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"""
import os
import unittest

import boto3
from maggma.stores import MemoryStore
from moto import mock_aws
Expand All @@ -19,7 +18,14 @@
logger = get_logger(__name__)




class TestToDb(CalcDb):
def setup_method(self,method):
self.reset()

def teardown_method(self,method):

def build_indexes(self, indexes=None, background=True):
pass

Expand Down

0 comments on commit f53134d

Please sign in to comment.