Skip to content

Fix failing express tests #887

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

Merged
merged 3 commits into from
Dec 9, 2023
Merged

Fix failing express tests #887

merged 3 commits into from
Dec 9, 2023

Conversation

karangattu
Copy link
Collaborator

@karangattu karangattu commented Dec 9, 2023

  1. Fix the pyright errors since recent code changes in Shiny express from navset_tab() -> navset() and navset_card_tab() -> navset_card()
  2. install main version of rsconnect-python instead of pypi since pypi version does not yet support shiny express tests and we want to test shiny express tests.
  3. Modify name of the test since it was copied from another test and not changed to reflect the test file name.

@karangattu karangattu marked this pull request as ready for review December 9, 2023 03:51
@wch wch merged commit 4b40b9a into main Dec 9, 2023
@wch wch deleted the fix-failing-express-builds branch December 9, 2023 03:53
@wch
Copy link
Collaborator

wch commented Dec 9, 2023

Thank you!

schloerke added a commit that referenced this pull request Dec 18, 2023
* main: (24 commits)
  docs: Use definition lists for parameter descriptions to enable full markdown support (#901)
  docs(layout_columns): Add example app (#903)
  fix(layout_columns): Remove use of enum for breakpoints (#912)
  Express: don't automatically put strings in a `<pre>` block (#905)
  Deprecate `nav()` in favor of `nav_panel()` (#876)
  chore: Remove unused import
  refactor(layout_column_wrap): Use helper for wrapping children (#910)
  fix(layout_columns): Don't apply fillable class to layout container (#909)
  Add output to React template (#908)
  fix(layout_columns): Add missing `bslib-mb-spacing` class (#906)
  Custom component template updates (#874)
  fix(layout_columns): If the breakpoint name is an enum, need to collect the value (#902)
  chore: exclude `_dev/` folder (#897)
  feat: Add `ui.layout_columns()` (#856)
  Update VS Code settings file
  Express: change default page function to page_fixed (#892)
  Better messages for `AttributeError` in Shiny Express (#888)
  Fix 0.6.0 release date
  Fix failing express tests (#887)
  Explain why function is called twice
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants