Skip to content

akashmehta10/pyspark_unit_testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unit Testing in Pyspark

Unit testing is a software testing technique where individual units or components of a software application are tested in isolation to ensure they function correctly. A unit typically refers to the smallest testable part of an application, such as a function, method, or class.

Full Description:

Important Files

  • Business Logic: pyspark_unit_testing/business_logic_features/grades.py
  • Test Data: test_data/test_data.csv
  • Using unittest: pyspark_unit_testing/grade_unittest.py
  • Using pytest: pyspark_unit_testing/grade_pytest.py

About

Unit Test Spark Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages