From 643b1d0fabd83da4c1c6c267b0ffa21d3748db6c Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Wed, 4 Oct 2017 23:37:44 +0300 Subject: [PATCH] os: Rename examples as such. To not be mixed up with real tests. --- os/{test_dirs.py => example_dirs.py} | 0 os/{test_fork.py => example_fork.py} | 0 os/{test_fsencode.py => example_fsencode.py} | 0 os/{test_rw.py => example_rw.py} | 0 os/{test_system.py => example_system.py} | 0 os/{test_urandom.py => example_urandom.py} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename os/{test_dirs.py => example_dirs.py} (100%) rename os/{test_fork.py => example_fork.py} (100%) rename os/{test_fsencode.py => example_fsencode.py} (100%) rename os/{test_rw.py => example_rw.py} (100%) rename os/{test_system.py => example_system.py} (100%) rename os/{test_urandom.py => example_urandom.py} (100%) diff --git a/os/test_dirs.py b/os/example_dirs.py similarity index 100% rename from os/test_dirs.py rename to os/example_dirs.py diff --git a/os/test_fork.py b/os/example_fork.py similarity index 100% rename from os/test_fork.py rename to os/example_fork.py diff --git a/os/test_fsencode.py b/os/example_fsencode.py similarity index 100% rename from os/test_fsencode.py rename to os/example_fsencode.py diff --git a/os/test_rw.py b/os/example_rw.py similarity index 100% rename from os/test_rw.py rename to os/example_rw.py diff --git a/os/test_system.py b/os/example_system.py similarity index 100% rename from os/test_system.py rename to os/example_system.py diff --git a/os/test_urandom.py b/os/example_urandom.py similarity index 100% rename from os/test_urandom.py rename to os/example_urandom.py