remove e2e test for now
This commit is contained in:
@@ -82,7 +82,6 @@ Present the categorized list to the user for confirmation before proceeding.
|
||||
- `nox -e typecheck`
|
||||
- `nox -e unit_tests`
|
||||
- `nox -e integration_tests`
|
||||
- `nox -e e2e_tests`
|
||||
- `nox -e coverage_report` (must be >= 97%)
|
||||
6. Fix any failures. All stages must pass across the entire codebase.
|
||||
|
||||
|
||||
+1
-1
@@ -74,7 +74,7 @@
|
||||
"sequential-thinking": {
|
||||
"type": "local",
|
||||
"command": ["npx", "@modelcontextprotocol/server-sequential-thinking"],
|
||||
"enabled": true
|
||||
"enabled": false
|
||||
},
|
||||
"pyright-mcp": {
|
||||
"type": "local",
|
||||
|
||||
@@ -57,7 +57,6 @@ Before any commit, **all** of the following must pass across the **entire** code
|
||||
2. `nox -e typecheck`
|
||||
3. `nox -e unit_tests`
|
||||
4. `nox -e integration_tests`
|
||||
4. `nox -e e2e_tests`
|
||||
5. `nox -e coverage_report`
|
||||
|
||||
Running `nox` (with no arguments) executes all default sessions including benchmarks.
|
||||
|
||||
Reference in New Issue
Block a user