All Projects → defnngj → guest3

defnngj / guest3

Licence: other
No description or website provided.

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language
RobotFramework
109 projects

Projects that are alternatives of or similar to guest3

Coverlet
Cross platform code coverage for .NET
Stars: ✭ 2,303 (+4415.69%)
Mutual labels:  unittest
elm-doctest
doctest runner against Elm-lang source files
Stars: ✭ 13 (-74.51%)
Mutual labels:  unittest
examplejs
A tool for converting example code into test cases
Stars: ✭ 44 (-13.73%)
Mutual labels:  unittest
Django Mock Queries
A library for mocking django queryset functions in memory for testing
Stars: ✭ 187 (+266.67%)
Mutual labels:  unittest
Datatest
Tools for test driven data-wrangling and data validation.
Stars: ✭ 238 (+366.67%)
Mutual labels:  unittest
dumbmutate
Simple mutation-testing
Stars: ✭ 32 (-37.25%)
Mutual labels:  unittest
Expekt
BDD assertion library for Kotlin
Stars: ✭ 163 (+219.61%)
Mutual labels:  unittest
VCore
VCore is a Swift collection containing objects, functions, and extensions that I use for my projects
Stars: ✭ 32 (-37.25%)
Mutual labels:  unittest
FineCodeCoverage
Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)
Stars: ✭ 391 (+666.67%)
Mutual labels:  unittest
c-project-template
A C project template with Makefile, command line options parsing, unittest using cmocka and valgrind
Stars: ✭ 97 (+90.2%)
Mutual labels:  unittest
Python Unittest Tutorial
Python3 tutorial - unittest module - PyMOTW
Stars: ✭ 190 (+272.55%)
Mutual labels:  unittest
Fake Xrm Easy
The testing framework for Dynamics CRM and Dynamics 365 which runs on an In-Memory context and deals with mocks or fakes for you
Stars: ✭ 216 (+323.53%)
Mutual labels:  unittest
laziest
Work in Progress: Package that trying to generate unit tests from code
Stars: ✭ 18 (-64.71%)
Mutual labels:  unittest
Wechatvideocourse
《微信公众号+小程序快速开发》视频教程课件及代码
Stars: ✭ 185 (+262.75%)
Mutual labels:  unittest
PocoUnit
Unittest framework for test automation
Stars: ✭ 51 (+0%)
Mutual labels:  unittest
Ploop
Prototype Lua object-oriented program system, with many modern features like attribute, overload, etc. For Lua 5.1 or above, include luajit
Stars: ✭ 163 (+219.61%)
Mutual labels:  unittest
JMemoryBuddy
No description or website provided.
Stars: ✭ 44 (-13.73%)
Mutual labels:  unittest
TestIt
Generate unit testing boilerplate from kotlin files.
Stars: ✭ 32 (-37.25%)
Mutual labels:  unittest
telenium
Automation for Kivy Application
Stars: ✭ 56 (+9.8%)
Mutual labels:  unittest
HTMLTestRunner
Modern style test report based on unittest framework.
Stars: ✭ 128 (+150.98%)
Mutual labels:  unittest

guest3

基于Django的简易发布会签到系统(基于 Django 3.0+)。

注:本项目与书上的代码会有一些差异。

Python版本与依赖库:

提供接口

接口 URL 请求方式
添加发布会接口 http://127.0.0.1:8000/api/add_event/ POST
查询发布会接口 http://127.0.0.1:8000/api/get_event_list/ GET
添加嘉宾接口 http://127.0.0.1:8000/api/add_guest/ POST
查询嘉宾接口 http://127.0.0.1:8000/api/get_guest_list/ GET
嘉宾签到接口 http://127.0.0.1:8000/api/user_sign/ GET
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].