summaryrefslogtreecommitdiff
path: root/test/setup.rb
blob: 40c8ebfad1c9130dc6ac1667522ec135caf831db (plain)
1
2
3
4
5
6
7
8
9
ENV["LAZAR_ENV"] = "development"
require 'minitest/autorun'
require_relative '../lib/lazar.rb'
#require 'lazar'
include OpenTox
TEST_DIR ||= File.expand_path(File.dirname(__FILE__))
DATA_DIR ||= File.join(TEST_DIR,"data")
training_dataset = Dataset.where(:name => "Protein Corona Fingerprinting Predicts the Cellular Interaction of Gold and Silver Nanoparticles").first
Import::Enanomapper.import unless training_dataset