##// END OF EJS Templates
Add test for list_bundled_profiles
Fernando Perez -
Show More
@@ -129,5 +129,9 b' def test_list_profiles_in():'
129 nt.assert_equals(profiles, [prof_name])
129 nt.assert_equals(profiles, [prof_name])
130
130
131
131
132 #def test_list_bundled_profiles():
132 def test_list_bundled_profiles():
133 # This variable will need to be updated when a new profile gets bundled
134 bundled_true = [u'cluster', u'math', u'pysh', u'python3', u'sympy']
135 bundled = sorted(list_bundled_profiles())
136 nt.assert_equals(bundled, bundled_true)
133
137
General Comments 0
You need to be logged in to leave comments. Login now