-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unit testing feature branch pull request #8411
Conversation
Co-authored-by: Michelle Ark <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #8411 +/- ##
==========================================
+ Coverage 86.76% 86.95% +0.19%
==========================================
Files 185 187 +2
Lines 24321 25020 +699
==========================================
+ Hits 21101 21756 +655
- Misses 3220 3264 +44
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…fied in YAML config (#9064) Co-authored-by: Michelle Ark <[email protected]> Fix #8652: Use seed value if rows not specified
…-core into unit_testing_feature_branch
* Switch to using 'test' command instead of 'unit-test' * Remove old unit test * Put daff changes into task/test.py * changie * test_type:unit * Add unit test to build and make test * Select test_type:data * Add unit tets to test_graph_selector_methods.py * Fix fqn to incude path components * Update build test * Remove part of message in test_csv_fixtures.py that's different on Windows * Rename build test directory
class TestRunner(CompileRunner): | ||
_ANSI_ESCAPE = re.compile(r"\x1B(?:[@-Z\\-_]|\[[0-?]*[ -/]*[@-~])") |
Check warning
Code scanning / CodeQL
Overly permissive regular expression range Medium test
class TestRunner(CompileRunner): | ||
_ANSI_ESCAPE = re.compile(r"\x1B(?:[@-Z\\-_]|\[[0-?]*[ -/]*[@-~])") |
Check warning
Code scanning / CodeQL
Overly permissive regular expression range Medium test
* convert test to data_test * generate proto types * fixing tests * add tests * add more tests * test cleanup * WIP * fix graph * fix testing manifest * set resource type back to test and reset unique id * reset expected run results * cleanup * changie * modify to only look for tests under columns in schema files * stop using dashes
5e98353
to
8fbbb65
Compare
8fbbb65
to
56dfb34
Compare
resolves #8283
This is a long-running feature branch pull request, used to merge main and verify that the current state is still working.
Checklist