Explorar o código

[beeswax] Rename TestHiveServer2API test to test_parsing_partition_values

Erick Tryzelaar %!s(int64=11) %!d(string=hai) anos
pai
achega
753a4ac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apps/beeswax/src/beeswax/tests.py

+ 1 - 1
apps/beeswax/src/beeswax/tests.py

@@ -1789,7 +1789,7 @@ class MockHiveServerTable(HiveServerTable):
 
 class TestHiveServer2API():
 
-  def test_partition_values(self):
+  def test_parsing_partition_values(self):
     table = MockHiveServerTable({'path_location': '/my/table'})
 
     value = PartitionValueCompatible(['datehour=2013022516'], table)