summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHombreLaser <buran@silosneeded.com>2024-03-15 12:22:26 -0600
committerHombreLaser <buran@silosneeded.com>2024-03-15 12:22:26 -0600
commit9dc4198fe08f294ae174968b2ec8aa56564b483f (patch)
tree03edec7c41842709f62f8fe42818df64f13d5d68
parentd4d62c6efb5f22c4a935a0a5feb6ec13b7c82f2b (diff)
Añade tablas de pruebaHEADmaster
-rw-r--r--.gitignore3
-rw-r--r--example.csv4
-rw-r--r--tests/test_table.csv5
3 files changed, 11 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 743ae66..2b514e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
env/
*.csv
-*.pyc \ No newline at end of file
+*.pyc
+.vscode/
diff --git a/example.csv b/example.csv
new file mode 100644
index 0000000..1e78820
--- /dev/null
+++ b/example.csv
@@ -0,0 +1,4 @@
+1985,Blood Meridian,Cormac McCarthy
+1851,Moby Dick,Herman Melville
+1919,Ten Days that Shook the World,John Reed
+1953,The Golden Apples of the Sun,Ray Bradbury
diff --git a/tests/test_table.csv b/tests/test_table.csv
new file mode 100644
index 0000000..e7eea16
--- /dev/null
+++ b/tests/test_table.csv
@@ -0,0 +1,5 @@
+1985,Blood Meridian,Cormac McCarthy
+1851,Moby Dick,Herman Melville
+1919,Ten Days that Shook the World,John Reed
+1953,The Golden Apples of the Sun,Ray Bradbury
+1969,Ubik,Philip K. Dick