search for: test_path

Displaying 5 results from an estimated 5 matches for "test_path".

Did you mean: test_paths
2014 Feb 21
6
[LLVMdev] make check issue with llvm-cov
...test_objdir.h.gcov test.h.gcov mkdir -p /home/rkotler/caviumllvm/build/test/tools/llvm-cov/Output/llvm-cov.test.tmp/srcdir/nested_dir cp test.cpp test.h /home/rkotler/caviumllvm/build/test/tools/llvm-cov/Output/llvm-cov.test.tmp/srcdir /home/rkotler/caviumllvm/build/Debug+Asserts/bin/llvm-cov -p test_paths.cpp | diff -u test_preserve_paths.output - diff -aub test_paths.cpp.gcov srcdir#nested_dir#^#test.cpp.gcov diff -aub test_paths.h.gcov srcdir#nested_dir#^#test.h.gcov /home/rkotler/caviumllvm/build/Debug+Asserts/bin/llvm-cov test_paths.cpp | diff -u test_no_preserve_paths.output - diff -aub test_...
2009 Jul 08
7
running a unit test over and over in script/console
I started doing this: $ RAILS_ENV=test script/console >> load ''test/unit/models/example_test.rb''; r = Test::Unit::TestResult.new; reload!; ExampleTest.new(:test_example1).run(r) { |c,v| }; pp results and then just hit up arrow and run that same line again over and over in script/console. That way I can make changes to the test and app code, and don''t have to
2019 Apr 03
1
[PATCH] Add missing python bindings tests
...rbose(0) + self.assertEqual(g.get_verbose(), 0) + + def test_autosync(self): + g = guestfs.GuestFS(python_return_dict=True) + g.set_autosync(1) + self.assertEqual(g.get_autosync(), 1) + g.set_autosync(0) + self.assertEqual(g.get_autosync(), 0) + + def test_path(self): + g = guestfs.GuestFS(python_return_dict=True) + g.set_path(".") + self.assertEqual(g.get_path(), ".") + + def test_add_drive(self): + g = guestfs.GuestFS(python_return_dict=True) + g.add_drive("/dev/null") + + def te...
2016 Apr 19
3
installation of dplyr
...less_than html test_dir html test_env html test_examples html test_file html test_package html test_path html test_that html testthat html testthat_results html try_again html use_catch html wat...
2016 Apr 19
0
installation of dplyr
...html > test_dir html > test_env html > test_examples html > test_file html > test_package html > test_path html > test_that html > testthat html > testthat_results html > try_again html > use_catch...