Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: souvik-databricks/nutter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: alexott/nutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 13 files changed
  • 10 contributors

Commits on Dec 15, 2022

  1. Update README.md (microsoft#72)

    Fix for typo. Instead of: "A test fixture can contain 1 or mote test cases."  Should be: "A test fixture can contain 1 or more test cases."
    milosjava authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    e60be0e View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Release 0.1.35 (microsoft#74)

    * Improved the error message when the call to the parent class constructor is missing in a test fixture
    
    * Fixing the Environment variale setting documentation for Windows Powershell
    
    * Apply suggestions from code review
    
    Co-authored-by: Omri Mendels <[email protected]>
    
    * Feature: Discover test files with '_test' suffix (microsoft#47)
    
    * Enable test discovery for test names with suffix 'test'
    
    * Combine redundant suffix tests
    
    * Remove old suffix tests
    
    * Encapsulate test name parsing and have nuttercli call test name validation from api
    
    * Have api client results call _is_valid_test_name from api
    
    Co-authored-by: Quan Nguyen <[email protected]>
    
    * Invalid State response is retriable (microsoft#49)
    
    * fixed import error and refactoring
    
    * invalid state is retriable, pull sleep is 5 seconds
    
    * Poll wait time as flag (microsoft#51)
    
    * poll wait time as flag
    
    * lint fixes
    
    * Parallel runner implementation (microsoft#59)
    
    * Toc Update (microsoft#30)
    
    * Release v0.1.34 (microsoft#52)
    
    * Improved the error message when the call to the parent class constructor is missing in a test fixture
    
    * Fixing the Environment variale setting documentation for Windows Powershell
    
    * Apply suggestions from code review
    
    Co-authored-by: Omri Mendels <[email protected]>
    
    * Feature: Discover test files with '_test' suffix (microsoft#47)
    
    * Enable test discovery for test names with suffix 'test'
    
    * Combine redundant suffix tests
    
    * Remove old suffix tests
    
    * Encapsulate test name parsing and have nuttercli call test name validation from api
    
    * Have api client results call _is_valid_test_name from api
    
    Co-authored-by: Quan Nguyen <[email protected]>
    
    * Invalid State response is retriable (microsoft#49)
    
    * fixed import error and refactoring
    
    * invalid state is retriable, pull sleep is 5 seconds
    
    * Poll wait time as flag (microsoft#51)
    
    * poll wait time as flag
    
    * lint fixes
    
    Co-authored-by: RobBagby <[email protected]>
    Co-authored-by: Prakash Kudkuli Vishnu <[email protected]>
    Co-authored-by: Omri Mendels <[email protected]>
    Co-authored-by: quanuw <[email protected]>
    Co-authored-by: Quan Nguyen <[email protected]>
    
    * Update README.md
    
    * Parallel runner
    
    * Rename helper class
    
    * Fix collect results
    
    * Rename execute method
    
    * Use new execute method
    
    * Introduce add_test_fixture() method
    
    Co-authored-by: Jesus Aguilar <[email protected]>
    Co-authored-by: RobBagby <[email protected]>
    Co-authored-by: Prakash Kudkuli Vishnu <[email protected]>
    Co-authored-by: Omri Mendels <[email protected]>
    Co-authored-by: quanuw <[email protected]>
    Co-authored-by: Quan Nguyen <[email protected]>
    
    * Fix Py4JJavaError serialization issue (microsoft#60)
    
    * Toc Update (microsoft#30)
    
    * Release v0.1.34 (microsoft#52)
    
    * Improved the error message when the call to the parent class constructor is missing in a test fixture
    
    * Fixing the Environment variale setting documentation for Windows Powershell
    
    * Apply suggestions from code review
    
    Co-authored-by: Omri Mendels <[email protected]>
    
    * Feature: Discover test files with '_test' suffix (microsoft#47)
    
    * Enable test discovery for test names with suffix 'test'
    
    * Combine redundant suffix tests
    
    * Remove old suffix tests
    
    * Encapsulate test name parsing and have nuttercli call test name validation from api
    
    * Have api client results call _is_valid_test_name from api
    
    Co-authored-by: Quan Nguyen <[email protected]>
    
    * Invalid State response is retriable (microsoft#49)
    
    * fixed import error and refactoring
    
    * invalid state is retriable, pull sleep is 5 seconds
    
    * Poll wait time as flag (microsoft#51)
    
    * poll wait time as flag
    
    * lint fixes
    
    Co-authored-by: RobBagby <[email protected]>
    Co-authored-by: Prakash Kudkuli Vishnu <[email protected]>
    Co-authored-by: Omri Mendels <[email protected]>
    Co-authored-by: quanuw <[email protected]>
    Co-authored-by: Quan Nguyen <[email protected]>
    
    * Update README.md
    
    * Fix Py4JJavaError serialization issue
    
    * Test Py4JJavaError using mocks
    
    * Remove Py4J stuff
    
    * Still need to install py4j to run tests
    
    Co-authored-by: Jesus Aguilar <[email protected]>
    Co-authored-by: RobBagby <[email protected]>
    Co-authored-by: Prakash Kudkuli Vishnu <[email protected]>
    Co-authored-by: Omri Mendels <[email protected]>
    Co-authored-by: quanuw <[email protected]>
    Co-authored-by: Quan Nguyen <[email protected]>
    
    * Add notebook params and debugger (microsoft#68)
    
    * Toc Update (microsoft#30)
    
    * Release v0.1.34 (microsoft#52)
    
    * Improved the error message when the call to the parent class constructor is missing in a test fixture
    
    * Fixing the Environment variale setting documentation for Windows Powershell
    
    * Apply suggestions from code review
    
    Co-authored-by: Omri Mendels <[email protected]>
    
    * Feature: Discover test files with '_test' suffix (microsoft#47)
    
    * Enable test discovery for test names with suffix 'test'
    
    * Combine redundant suffix tests
    
    * Remove old suffix tests
    
    * Encapsulate test name parsing and have nuttercli call test name validation from api
    
    * Have api client results call _is_valid_test_name from api
    
    Co-authored-by: Quan Nguyen <[email protected]>
    
    * Invalid State response is retriable (microsoft#49)
    
    * fixed import error and refactoring
    
    * invalid state is retriable, pull sleep is 5 seconds
    
    * Poll wait time as flag (microsoft#51)
    
    * poll wait time as flag
    
    * lint fixes
    
    Co-authored-by: RobBagby <[email protected]>
    Co-authored-by: Prakash Kudkuli Vishnu <[email protected]>
    Co-authored-by: Omri Mendels <[email protected]>
    Co-authored-by: quanuw <[email protected]>
    Co-authored-by: Quan Nguyen <[email protected]>
    
    * Update README.md
    
    * Add notebook params and debugger
    
    * Add example in README.md
    
    * Have more explicit notebook_params error message
    
    * Revert "Add example in README.md"
    
    This reverts commit 1aac73c.
    
    * Add examples for notebook params
    
    Co-authored-by: Jesus Aguilar <[email protected]>
    Co-authored-by: RobBagby <[email protected]>
    Co-authored-by: Prakash Kudkuli Vishnu <[email protected]>
    Co-authored-by: Omri Mendels <[email protected]>
    Co-authored-by: quanuw <[email protected]>
    Co-authored-by: Quan Nguyen <[email protected]>
    Co-authored-by: Neyissa Exilus <[email protected]>
    
    * upgraded python version
    
    * Feature: Discover test files with '_test' suffix (microsoft#47)
    
    * Enable test discovery for test names with suffix 'test'
    
    * Combine redundant suffix tests
    
    * Remove old suffix tests
    
    * Encapsulate test name parsing and have nuttercli call test name validation from api
    
    * Have api client results call _is_valid_test_name from api
    
    Co-authored-by: Quan Nguyen <[email protected]>
    
    * Invalid State response is retriable (microsoft#49)
    
    * fixed import error and refactoring
    
    * invalid state is retriable, pull sleep is 5 seconds
    
    * Poll wait time as flag (microsoft#51)
    
    * poll wait time as flag
    
    * lint fixes
    
    * Parallel runner implementation (microsoft#59)
    
    * Toc Update (microsoft#30)
    
    * Release v0.1.34 (microsoft#52)
    
    * Improved the error message when the call to the parent class constructor is missing in a test fixture
    
    * Fixing the Environment variale setting documentation for Windows Powershell
    
    * Apply suggestions from code review
    
    Co-authored-by: Omri Mendels <[email protected]>
    
    * Feature: Discover test files with '_test' suffix (microsoft#47)
    
    * Enable test discovery for test names with suffix 'test'
    
    * Combine redundant suffix tests
    
    * Remove old suffix tests
    
    * Encapsulate test name parsing and have nuttercli call test name validation from api
    
    * Have api client results call _is_valid_test_name from api
    
    Co-authored-by: Quan Nguyen <[email protected]>
    
    * Invalid State response is retriable (microsoft#49)
    
    * fixed import error and refactoring
    
    * invalid state is retriable, pull sleep is 5 seconds
    
    * Poll wait time as flag (microsoft#51)
    
    * poll wait time as flag
    
    * lint fixes
    
    Co-authored-by: RobBagby <[email protected]>
    Co-authored-by: Prakash Kudkuli Vishnu <[email protected]>
    Co-authored-by: Omri Mendels <[email protected]>
    Co-authored-by: quanuw <[email protected]>
    Co-authored-by: Quan Nguyen <[email protected]>
    
    * Update README.md
    
    * Parallel runner
    
    * Rename helper class
    
    * Fix collect results
    
    * Rename execute method
    
    * Use new execute method
    
    * Introduce add_test_fixture() method
    
    Co-authored-by: Jesus Aguilar <[email protected]>
    Co-authored-by: RobBagby <[email protected]>
    Co-authored-by: Prakash Kudkuli Vishnu <[email protected]>
    Co-authored-by: Omri Mendels <[email protected]>
    Co-authored-by: quanuw <[email protected]>
    Co-authored-by: Quan Nguyen <[email protected]>
    
    * Fix Py4JJavaError serialization issue (microsoft#60)
    
    * Toc Update (microsoft#30)
    
    * Release v0.1.34 (microsoft#52)
    
    * Improved the error message when the call to the parent class constructor is missing in a test fixture
    
    * Fixing the Environment variale setting documentation for Windows Powershell
    
    * Apply suggestions from code review
    
    Co-authored-by: Omri Mendels <[email protected]>
    
    * Feature: Discover test files with '_test' suffix (microsoft#47)
    
    * Enable test discovery for test names with suffix 'test'
    
    * Combine redundant suffix tests
    
    * Remove old suffix tests
    
    * Encapsulate test name parsing and have nuttercli call test name validation from api
    
    * Have api client results call _is_valid_test_name from api
    
    Co-authored-by: Quan Nguyen <[email protected]>
    
    * Invalid State response is retriable (microsoft#49)
    
    * fixed import error and refactoring
    
    * invalid state is retriable, pull sleep is 5 seconds
    
    * Poll wait time as flag (microsoft#51)
    
    * poll wait time as flag
    
    * lint fixes
    
    Co-authored-by: RobBagby <[email protected]>
    Co-authored-by: Prakash Kudkuli Vishnu <[email protected]>
    Co-authored-by: Omri Mendels <[email protected]>
    Co-authored-by: quanuw <[email protected]>
    Co-authored-by: Quan Nguyen <[email protected]>
    
    * Update README.md
    
    * Fix Py4JJavaError serialization issue
    
    * Test Py4JJavaError using mocks
    
    * Remove Py4J stuff
    
    * Still need to install py4j to run tests
    
    Co-authored-by: Jesus Aguilar <[email protected]>
    Co-authored-by: RobBagby <[email protected]>
    Co-authored-by: Prakash Kudkuli Vishnu <[email protected]>
    Co-authored-by: Omri Mendels <[email protected]>
    Co-authored-by: quanuw <[email protected]>
    Co-authored-by: Quan Nguyen <[email protected]>
    
    * Add notebook params and debugger (microsoft#68)
    
    * Toc Update (microsoft#30)
    
    * Release v0.1.34 (microsoft#52)
    
    * Improved the error message when the call to the parent class constructor is missing in a test fixture
    
    * Fixing the Environment variale setting documentation for Windows Powershell
    
    * Apply suggestions from code review
    
    Co-authored-by: Omri Mendels <[email protected]>
    
    * Feature: Discover test files with '_test' suffix (microsoft#47)
    
    * Enable test discovery for test names with suffix 'test'
    
    * Combine redundant suffix tests
    
    * Remove old suffix tests
    
    * Encapsulate test name parsing and have nuttercli call test name validation from api
    
    * Have api client results call _is_valid_test_name from api
    
    Co-authored-by: Quan Nguyen <[email protected]>
    
    * Invalid State response is retriable (microsoft#49)
    
    * fixed import error and refactoring
    
    * invalid state is retriable, pull sleep is 5 seconds
    
    * Poll wait time as flag (microsoft#51)
    
    * poll wait time as flag
    
    * lint fixes
    
    Co-authored-by: RobBagby <[email protected]>
    Co-authored-by: Prakash Kudkuli Vishnu <[email protected]>
    Co-authored-by: Omri Mendels <[email protected]>
    Co-authored-by: quanuw <[email protected]>
    Co-authored-by: Quan Nguyen <[email protected]>
    
    * Update README.md
    
    * Add notebook params and debugger
    
    * Add example in README.md
    
    * Have more explicit notebook_params error message
    
    * Revert "Add example in README.md"
    
    This reverts commit 1aac73c.
    
    * Add examples for notebook params
    
    Co-authored-by: Jesus Aguilar <[email protected]>
    Co-authored-by: RobBagby <[email protected]>
    Co-authored-by: Prakash Kudkuli Vishnu <[email protected]>
    Co-authored-by: Omri Mendels <[email protected]>
    Co-authored-by: quanuw <[email protected]>
    Co-authored-by: Quan Nguyen <[email protected]>
    Co-authored-by: Neyissa Exilus <[email protected]>
    
    * upgraded python version
    
    * version bump, python 3.7
    
    * added py4j requirement
    
    * doc update
    
    * doc update
    
    Co-authored-by: RobBagby <[email protected]>
    Co-authored-by: Prakash Kudkuli Vishnu <[email protected]>
    Co-authored-by: Omri Mendels <[email protected]>
    Co-authored-by: quanuw <[email protected]>
    Co-authored-by: Quan Nguyen <[email protected]>
    Co-authored-by: Thomas Conté <[email protected]>
    Co-authored-by: Andrew Francisque <[email protected]>
    Co-authored-by: Neyissa Exilus <[email protected]>
    9 people authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    368248b View commit details
    Browse the repository at this point in the history
Loading