Skip to content

Commit d474c7d

Browse files
authored
Merge pull request #1138 from ethho/dev-tests-plat-168-uni
PLAT-168: Migrate test_university
2 parents ec914f8 + f307d3b commit d474c7d

File tree

11 files changed

+8035
-0
lines changed

11 files changed

+8035
-0
lines changed

tests/data/Course.csv

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
dept,course,course_name,credits
2+
BIOL,1006,World of Dinosaurs,3.0
3+
BIOL,1010,Biology in the 21st Century,3.0
4+
BIOL,1030,Human Biology,3.0
5+
BIOL,1210,Principles of Biology,4.0
6+
BIOL,2010,Evolution & Diversity of Life,3.0
7+
BIOL,2020,Principles of Cell Biology,3.0
8+
BIOL,2021,Principles of Cell Science,4.0
9+
BIOL,2030,Principles of Genetics,3.0
10+
BIOL,2210,Human Genetics,3.0
11+
BIOL,2325,Human Anatomy,4.0
12+
BIOL,2330,Plants & Society,3.0
13+
BIOL,2355,Field Botany,2.0
14+
BIOL,2420,Human Physiology,4.0
15+
CS,1030,Foundations of Computer Science,3.0
16+
CS,1410,Introduction to Object-Oriented Programming,4.0
17+
CS,2100,Discrete Structures,3.0
18+
CS,2420,Introduction to Algorithms & Data Structures,4.0
19+
CS,3100,Models of Computation,3.0
20+
CS,3200,Introduction to Scientific Computing,3.0
21+
CS,3500,Software Practice,4.0
22+
CS,3505,Software Practice II,3.0
23+
CS,3810,Computer Organization,4.0
24+
CS,4000,Senior Capstone Project - Design Phase,3.0
25+
CS,4150,Algorithms,3.0
26+
CS,4400,Computer Systems,4.0
27+
CS,4500,Senior Capstone Project,3.0
28+
CS,4940,Undergraduate Research,3.0
29+
CS,4970,Computer Science Bachelors Thesis,3.0
30+
MATH,1210,Calculus I,4.0
31+
MATH,1220,Calculus II,4.0
32+
MATH,1250,Calculus for AP Students I,4.0
33+
MATH,1260,Calculus for AP Students II,4.0
34+
MATH,2210,Calculus III,3.0
35+
MATH,2270,Linear Algebra,4.0
36+
MATH,2280,Introduction to Differential Equations,4.0
37+
MATH,3210,Foundations of Analysis I,4.0
38+
MATH,3220,Foundations of Analysis II,4.0
39+
PHYS,2040,Classical Theoretical Physics II,4.0
40+
PHYS,2060,Quantum Mechanics,3.0
41+
PHYS,2100,General Relativity and Cosmology,3.0
42+
PHYS,2140,Statistical Mechanics,4.0
43+
PHYS,2210,Physics for Scientists and Engineers I,4.0
44+
PHYS,2220,Physics for Scientists and Engineers II,4.0
45+
PHYS,3210,Physics for Scientists I (Honors),4.0
46+
PHYS,3220,Physics for Scientists II (Honors),4.0

tests/data/CurrentTerm.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
omega,term_year,term
2+
1,2020,Fall

tests/data/Department.csv

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
dept,dept_name,dept_address,dept_phone
2+
BIOL,Life Sciences,"931 Eric Trail Suite 331
3+
Lake Scott, CT 53527",(238)497-9162x0223
4+
CS,Computer Science,"0104 Santos Hill Apt. 497
5+
Michelleland, MT 94473",3828723244
6+
MATH,Mathematics,"8358 Bryan Ports
7+
Lake Matthew, SC 36983",+1-461-767-9298x842
8+
PHYS,Physics,"7744 Haley Meadows Suite 661
9+
Lake Eddie, CT 51544",4097052774

0 commit comments

Comments
 (0)