Skip to content

Data-Dynamos/exercise_ev_databricks_unit_tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build:

pip install -r requirements.txt -e .

Install:

pip install git+https://github.com/data-derp/exercise_ev_databricks_unit_tests#egg=exercise_ev_databricks_unit_tests
package-one==0.1.0
exercise_ev_databricks_unit_tests @ git+https://github.com/data-derp/exercise_ev_databricks_unit_tests
package-three==0.3.0

Importing into notebook (example)

pip install git+https://github.com/data-derp/exercise_ev_databricks_unit_tests#egg=exercise_ev_databricks_unit_tests
def my_awesome_function(input_df: DataFrame) -> DataFrame:
    return input_df
from exercise_ev_databricks_unit_tests.final_charge_time_charge_dispense_completed_charges import test_my_awesome_function_unit

test_my_awesome_function_unit(spark, my_awesome_function)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages