reflex/tests
Nev Delap 41e97bbc46
Issues 1633 Add frontend_path to config to support running multiple reflex apps off the same domain, and 1583 Show the correct info on where the site is being served. (#1724)
* Support setting Next.js basePath in Reflex config. (#1633)

- Tests.
- And sorted config in next.config.js template.

* Display the correct running at url with basePath if it is set. (#1583)

* Formatting, fixed by black.

* Fix indenting in test data.

* Fixed that conflict resolution shouldnt have included console.debug line.

* Rmove use of :=. Add http:// to url. Use urljoin to build url.
2023-09-02 06:38:22 -07:00
..
compiler Rename pynecone to reflex (#1236) 2023-06-25 16:56:55 -07:00
components Refactor: Move format_prop Static Method for Improved Reusability (#1714) 2023-09-01 13:01:11 -07:00
middleware Proper serialization for chained Event payloads (#1725) 2023-08-31 09:50:15 -07:00
__init__.py Add basic unit tests (#7) 2022-11-20 14:34:25 -08:00
conftest.py Clean up config parameters (#1591) 2023-08-18 14:22:20 -07:00
test_app.py Proper serialization for chained Event payloads (#1725) 2023-08-31 09:50:15 -07:00
test_base.py Rename pynecone to reflex (#1236) 2023-06-25 16:56:55 -07:00
test_config.py Issues 1633 Add frontend_path to config to support running multiple reflex apps off the same domain, and 1583 Show the correct info on where the site is being served. (#1724) 2023-09-02 06:38:22 -07:00
test_db_config.py Rename pynecone to reflex (#1236) 2023-06-25 16:56:55 -07:00
test_event.py Proper serialization for chained Event payloads (#1725) 2023-08-31 09:50:15 -07:00
test_model.py reflex db migrate CLI and associated config (#1336) 2023-07-17 18:06:50 -07:00
test_prerequites.py Issues 1633 Add frontend_path to config to support running multiple reflex apps off the same domain, and 1583 Show the correct info on where the site is being served. (#1724) 2023-09-02 06:38:22 -07:00
test_state.py state: _init_event_handlers recursively (#1640) 2023-08-25 13:28:58 -07:00
test_style.py Rename pynecone to reflex (#1236) 2023-06-25 16:56:55 -07:00
test_telemetry.py Rename pynecone to reflex (#1236) 2023-06-25 16:56:55 -07:00
test_testing.py Automatic Install FNM and Node for Windows: (#1566) 2023-08-17 11:23:09 -07:00
test_utils.py Refactor: Move format_prop Static Method for Improved Reusability (#1714) 2023-09-01 13:01:11 -07:00
test_var.py Add contains, reverse operations for Var (#1679) 2023-08-28 14:59:50 -07:00