This repository was archived by the owner on Jun 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11__author__ = "Roland Hedberg"
2- __version__ = "1.3.3 "
2+ __version__ = "1.4.0 "
33
44import os
55from typing import Dict
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ def full_path(local_file):
2828 "response_types" : ["code" ]
2929}
3030
31+
3132class ImpExpTest (ImpExp ):
3233 parameter = {
3334 "string" : "" ,
@@ -36,7 +37,6 @@ class ImpExpTest(ImpExp):
3637 }
3738
3839
39-
4040class TestAFS (object ):
4141 @pytest .fixture (autouse = True )
4242 def setup (self ):
@@ -110,7 +110,6 @@ def test_dump_load_afs(self):
110110 assert isinstance (b_copy .dict , AbstractFileSystem )
111111 assert set (b_copy .dict .keys ()) == {"client_1" , "client_2" }
112112
113-
114113 def test_dump_load_dict (self ):
115114 b = ImpExpTest ()
116115 b .string = "foo"
You can’t perform that action at this time.
0 commit comments