diff --git a/cuda_bindings/examples/0_Introduction/clock_nvrtc_test.py b/cuda_bindings/examples/0_Introduction/clock_nvrtc.py similarity index 100% rename from cuda_bindings/examples/0_Introduction/clock_nvrtc_test.py rename to cuda_bindings/examples/0_Introduction/clock_nvrtc.py diff --git a/cuda_bindings/examples/0_Introduction/simpleCubemapTexture_test.py b/cuda_bindings/examples/0_Introduction/simple_cubemap_texture.py similarity index 100% rename from cuda_bindings/examples/0_Introduction/simpleCubemapTexture_test.py rename to cuda_bindings/examples/0_Introduction/simple_cubemap_texture.py diff --git a/cuda_bindings/examples/0_Introduction/simpleP2P_test.py b/cuda_bindings/examples/0_Introduction/simple_p2p.py similarity index 100% rename from cuda_bindings/examples/0_Introduction/simpleP2P_test.py rename to cuda_bindings/examples/0_Introduction/simple_p2p.py diff --git a/cuda_bindings/examples/0_Introduction/simpleZeroCopy_test.py b/cuda_bindings/examples/0_Introduction/simple_zero_copy.py similarity index 100% rename from cuda_bindings/examples/0_Introduction/simpleZeroCopy_test.py rename to cuda_bindings/examples/0_Introduction/simple_zero_copy.py diff --git a/cuda_bindings/examples/0_Introduction/systemWideAtomics_test.py b/cuda_bindings/examples/0_Introduction/system_wide_atomics.py similarity index 100% rename from cuda_bindings/examples/0_Introduction/systemWideAtomics_test.py rename to cuda_bindings/examples/0_Introduction/system_wide_atomics.py diff --git a/cuda_bindings/examples/0_Introduction/vectorAddDrv_test.py b/cuda_bindings/examples/0_Introduction/vector_add_drv.py similarity index 100% rename from cuda_bindings/examples/0_Introduction/vectorAddDrv_test.py rename to cuda_bindings/examples/0_Introduction/vector_add_drv.py diff --git a/cuda_bindings/examples/0_Introduction/vectorAddMMAP_test.py b/cuda_bindings/examples/0_Introduction/vector_add_mmap.py similarity index 100% rename from cuda_bindings/examples/0_Introduction/vectorAddMMAP_test.py rename to cuda_bindings/examples/0_Introduction/vector_add_mmap.py diff --git a/cuda_bindings/examples/2_Concepts_and_Techniques/streamOrderedAllocation_test.py b/cuda_bindings/examples/2_Concepts_and_Techniques/stream_ordered_allocation.py similarity index 100% rename from cuda_bindings/examples/2_Concepts_and_Techniques/streamOrderedAllocation_test.py rename to cuda_bindings/examples/2_Concepts_and_Techniques/stream_ordered_allocation.py diff --git a/cuda_bindings/examples/3_CUDA_Features/globalToShmemAsyncCopy_test.py b/cuda_bindings/examples/3_CUDA_Features/global_to_shmem_async_copy.py similarity index 100% rename from cuda_bindings/examples/3_CUDA_Features/globalToShmemAsyncCopy_test.py rename to cuda_bindings/examples/3_CUDA_Features/global_to_shmem_async_copy.py diff --git a/cuda_bindings/examples/3_CUDA_Features/simpleCudaGraphs_test.py b/cuda_bindings/examples/3_CUDA_Features/simple_cuda_graphs.py similarity index 100% rename from cuda_bindings/examples/3_CUDA_Features/simpleCudaGraphs_test.py rename to cuda_bindings/examples/3_CUDA_Features/simple_cuda_graphs.py diff --git a/cuda_bindings/examples/4_CUDA_Libraries/conjugateGradientMultiBlockCG_test.py b/cuda_bindings/examples/4_CUDA_Libraries/conjugate_gradient_multi_block_cg.py similarity index 100% rename from cuda_bindings/examples/4_CUDA_Libraries/conjugateGradientMultiBlockCG_test.py rename to cuda_bindings/examples/4_CUDA_Libraries/conjugate_gradient_multi_block_cg.py diff --git a/cuda_bindings/examples/extra/isoFDModelling_test.py b/cuda_bindings/examples/extra/iso_fd_modelling.py similarity index 100% rename from cuda_bindings/examples/extra/isoFDModelling_test.py rename to cuda_bindings/examples/extra/iso_fd_modelling.py diff --git a/cuda_bindings/examples/extra/jit_program_test.py b/cuda_bindings/examples/extra/jit_program.py similarity index 100% rename from cuda_bindings/examples/extra/jit_program_test.py rename to cuda_bindings/examples/extra/jit_program.py