diff --git a/python/run-tests b/python/run-tests
index fcfb49556b7cfde7978e97b569161f88c1aa9f0b..17dda3eadac0c8a4998815d97c2ce49416e30796 100755
--- a/python/run-tests
+++ b/python/run-tests
@@ -76,6 +76,8 @@ function run_sql_tests() {
     run_test "pyspark.sql.dataframe"
     run_test "pyspark.sql.group"
     run_test "pyspark.sql.functions"
+    run_test "pyspark.sql.readwriter"
+    run_test "pyspark.sql.window"
     run_test "pyspark.sql.tests"
 }