From 262d4b594bfbca496330ca252be5f9f348f4c114 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A1t=C3=A9=20Balajti?= <mate.balajti@unibas.ch>
Date: Sun, 13 Aug 2023 23:24:46 +0200
Subject: [PATCH] refactor: move test_files into tests

---
 test_files/.ipynb_checkpoints/transcript-checkpoint.fasta | 8 --------
 {test_files => tests/test_files}/.gitkeep                 | 0
 {test_files => tests/test_files}/Example_GTF_Input.GTF    | 0
 {test_files => tests/test_files}/cDNA.csv                 | 0
 {test_files => tests/test_files}/cDNA.fasta               | 0
 {test_files => tests/test_files}/copy_number_file.csv     | 0
 {test_files => tests/test_files}/copy_number_input.csv    | 0
 {test_files => tests/test_files}/transcript.fasta         | 0
 {test_files => tests/test_files}/yeast_example.fa         | 0
 9 files changed, 8 deletions(-)
 delete mode 100644 test_files/.ipynb_checkpoints/transcript-checkpoint.fasta
 rename {test_files => tests/test_files}/.gitkeep (100%)
 rename {test_files => tests/test_files}/Example_GTF_Input.GTF (100%)
 rename {test_files => tests/test_files}/cDNA.csv (100%)
 rename {test_files => tests/test_files}/cDNA.fasta (100%)
 rename {test_files => tests/test_files}/copy_number_file.csv (100%)
 rename {test_files => tests/test_files}/copy_number_input.csv (100%)
 rename {test_files => tests/test_files}/transcript.fasta (100%)
 rename {test_files => tests/test_files}/yeast_example.fa (100%)

diff --git a/test_files/.ipynb_checkpoints/transcript-checkpoint.fasta b/test_files/.ipynb_checkpoints/transcript-checkpoint.fasta
deleted file mode 100644
index bb37ee2..0000000
--- a/test_files/.ipynb_checkpoints/transcript-checkpoint.fasta
+++ /dev/null
@@ -1,8 +0,0 @@
->1
-GAUAGCUAGAGGAUUCUCAGAGGAGAAGCUAGAGGAGCUAGAGGAGCUAGAGGAGCUAGAGGAGCUAGAGG
->2
-AGCUAGAGGAUAGCUAGAGGAUAGCUAGAGGAUAGCUAGAGGAGCUAGAGGAGCUAGAGGAGCUAGAGG
->3
-AGCUAGAGGAUAGCUAGAGGAUAGCUAGAGGAUAGCUAGAGGAUAGCUAGAGGAGCUAGAGG
->4
-AGCUAGAGGAUAGCUAGAGGAUAGCUAGAGGAUAGCUAGAGGAUAGCUAGAGGAGCUAGAGGAGCUAGAGG
diff --git a/test_files/.gitkeep b/tests/test_files/.gitkeep
similarity index 100%
rename from test_files/.gitkeep
rename to tests/test_files/.gitkeep
diff --git a/test_files/Example_GTF_Input.GTF b/tests/test_files/Example_GTF_Input.GTF
similarity index 100%
rename from test_files/Example_GTF_Input.GTF
rename to tests/test_files/Example_GTF_Input.GTF
diff --git a/test_files/cDNA.csv b/tests/test_files/cDNA.csv
similarity index 100%
rename from test_files/cDNA.csv
rename to tests/test_files/cDNA.csv
diff --git a/test_files/cDNA.fasta b/tests/test_files/cDNA.fasta
similarity index 100%
rename from test_files/cDNA.fasta
rename to tests/test_files/cDNA.fasta
diff --git a/test_files/copy_number_file.csv b/tests/test_files/copy_number_file.csv
similarity index 100%
rename from test_files/copy_number_file.csv
rename to tests/test_files/copy_number_file.csv
diff --git a/test_files/copy_number_input.csv b/tests/test_files/copy_number_input.csv
similarity index 100%
rename from test_files/copy_number_input.csv
rename to tests/test_files/copy_number_input.csv
diff --git a/test_files/transcript.fasta b/tests/test_files/transcript.fasta
similarity index 100%
rename from test_files/transcript.fasta
rename to tests/test_files/transcript.fasta
diff --git a/test_files/yeast_example.fa b/tests/test_files/yeast_example.fa
similarity index 100%
rename from test_files/yeast_example.fa
rename to tests/test_files/yeast_example.fa
-- 
GitLab