mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2025-04-10 20:48:36 +00:00
Add test data
This commit is contained in:
parent
2d045710ff
commit
7d51034514
3 changed files with 1128 additions and 0 deletions
102
test/assistant_names.py
Normal file
102
test/assistant_names.py
Normal file
|
@ -0,0 +1,102 @@
|
|||
assistant_names = (
|
||||
("Agustin", "Stark"),
|
||||
("Aidyn", "Gray"),
|
||||
("Alana", "Farley"),
|
||||
("Alfonso", "Dixon"),
|
||||
("Alvaro", "Maynard"),
|
||||
("Amirah", "Shaw"),
|
||||
("Ana", "Christensen"),
|
||||
("Anastasia", "Boyle"),
|
||||
("Aniya", "Rodriguez"),
|
||||
("Antonio", "Small"),
|
||||
("Ariel", "Austin"),
|
||||
("Aurora", "Barron"),
|
||||
("Ayaan", "Ali"),
|
||||
("Baylee", "Montoya"),
|
||||
("Blaze", "Arias"),
|
||||
("Braedon", "Bridges"),
|
||||
("Brenna", "Wise"),
|
||||
("Brett", "Caldwell"),
|
||||
("Cade", "Herman"),
|
||||
("Cade", "Weiss"),
|
||||
("Callum", "Humphrey"),
|
||||
("Cannon", "Bowers"),
|
||||
("Cara", "Phelps"),
|
||||
("Carissa", "Bell"),
|
||||
("Carlee", "Mcneil"),
|
||||
("Catherine", "Nixon"),
|
||||
("Chase", "Lloyd"),
|
||||
("Cheyenne", "Meadows"),
|
||||
("Cole", "Schultz"),
|
||||
("Coleman", "Mahoney"),
|
||||
("Collin", "Hayden"),
|
||||
("Connor", "Reilly"),
|
||||
("Cortez", "Delacruz"),
|
||||
("Cristina", "Haley"),
|
||||
("Curtis", "Valdez"),
|
||||
("Daisy", "Carlson"),
|
||||
("Deja", "Knapp"),
|
||||
("Devon", "Lawson"),
|
||||
("Dillon", "Hartman"),
|
||||
("Erin", "Buckley"),
|
||||
("Ethan", "Bird"),
|
||||
("Ethan", "Flores"),
|
||||
("Evelin", "Farley"),
|
||||
("Fernando", "Dorsey"),
|
||||
("Giancarlo", "Anthony"),
|
||||
("Greta", "Ellison"),
|
||||
("Guadalupe", "Bray"),
|
||||
("Harry", "Lane"),
|
||||
("Imani", "Choi"),
|
||||
("Irvin", "Farrell"),
|
||||
("Jaylin", "Duncan"),
|
||||
("Jazmine", "Walker"),
|
||||
("Jerry", "Hahn"),
|
||||
("Jesse", "Ramirez"),
|
||||
("Johan", "Pacheco"),
|
||||
("Jordan", "Shah"),
|
||||
("Jorden", "Pena"),
|
||||
("Jude", "Davidson"),
|
||||
("Justice", "Burnett"),
|
||||
("Kaila", "Duran"),
|
||||
("Kareem", "Mcclure"),
|
||||
("Keaton", "Cooke"),
|
||||
("Kendall", "Pratt"),
|
||||
("Kianna", "Donaldson"),
|
||||
("King", "Macdonald"),
|
||||
("Kristian", "Zimmerman"),
|
||||
("Lance", "Huynh"),
|
||||
("Leroy", "Humphrey"),
|
||||
("Lillie", "Mcdaniel"),
|
||||
("Londyn", "Hess"),
|
||||
("Lucille", "Booker"),
|
||||
("Mark", "Ashley"),
|
||||
("Marshall", "Robertson"),
|
||||
("Martin", "Trevino"),
|
||||
("Marvin", "Olsen"),
|
||||
("Megan", "Kelley"),
|
||||
("Micah", "Benton"),
|
||||
("Mikayla", "Pollard"),
|
||||
("Mollie", "Gentry"),
|
||||
("Molly", "Thomas"),
|
||||
("Nathalia", "Huynh"),
|
||||
("Nathaniel", "Grimes"),
|
||||
("Nigel", "Mckee"),
|
||||
("Nigel", "Santiago"),
|
||||
("Nikolas", "Shepherd"),
|
||||
("Nyasia", "Jacobson"),
|
||||
("Penelope", "Sheppard"),
|
||||
("Rodolfo", "Mckay"),
|
||||
("Ronnie", "Morales"),
|
||||
("Ryleigh", "Rojas"),
|
||||
("Salvatore", "Williams"),
|
||||
("Sienna", "Jefferson"),
|
||||
("Slade", "Potter"),
|
||||
("Taniyah", "Delacruz"),
|
||||
("Terry", "Kim"),
|
||||
("Timothy", "Porter"),
|
||||
("Tyshawn", "Fry"),
|
||||
("Tyshawn", "Walsh"),
|
||||
("Veronica", "Golden"),
|
||||
("Yasmin", "Hunter"),
|
||||
)
|
24
test/experiment_titles.py
Normal file
24
test/experiment_titles.py
Normal file
|
@ -0,0 +1,24 @@
|
|||
experiment_titles = (
|
||||
"Balmer series",
|
||||
"Beta spectrum",
|
||||
"Determination of the absolute activity of a beta sample",
|
||||
"Drift velocity of electrons in gases",
|
||||
"Elastic properties of soft matter",
|
||||
"Energy gap in GaAs and Si",
|
||||
"Gamma spectroscopy",
|
||||
"Harmonic oscillator",
|
||||
"High resolution gamma spectroscopy",
|
||||
"Ionization by alpha radiation",
|
||||
"Laser gyroscope",
|
||||
"Laser spectroscopy",
|
||||
"Life time of myons",
|
||||
"Magnetic resonance imaging",
|
||||
"Magneto optical Kerr effect",
|
||||
"Mass filter",
|
||||
"Neutron detection and time of flight method",
|
||||
"Plastic scintillators",
|
||||
"Radiation laws",
|
||||
"Rutherford scattering",
|
||||
"Scanning probe microscopy",
|
||||
"Zeeman effect",
|
||||
)
|
1002
test/student_names.py
Normal file
1002
test/student_names.py
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue