Create the following folder structure in your cookbook:
test
└── integrationq
├── helpers
│ ├── serverspec
│ │ ├── shared_serverspec_tests
│ │ │ └── shared_tests2.rb
│ │ └── spec_helper.rb
Create the following folder structure in your cookbook:
test
└── integrationq
├── helpers
│ ├── serverspec
│ │ ├── shared_serverspec_tests
│ │ │ └── shared_tests2.rb
│ │ └── spec_helper.rb
{ "keys": ["ctrl+alt+p"], "command": "prompt_select_workspace" } |
package com.intendia.igestion.server.resource; | |
import com.fasterxml.jackson.core.JsonGenerator; | |
import com.fasterxml.jackson.databind.BeanDescription; | |
import com.fasterxml.jackson.databind.JavaType; | |
import com.fasterxml.jackson.databind.JsonNode; | |
import com.fasterxml.jackson.databind.JsonSerializer; | |
import com.fasterxml.jackson.databind.SerializationConfig; | |
import com.fasterxml.jackson.databind.SerializerProvider; | |
import com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWrapper; |
#!/usr/bin/env python | |
# Install fake factory at first. Helps us create 50k customers in odoo | |
# pip install fake-factory | |
# Documentation for odoo is listed here | |
# https://www.odoo.com/documentation/9.0/api_integration.html#calling-methods | |
# MIT License | |
# Copyright (c) 2016 Jasim Muhammed |
This is a compiled list of falsehoods programmers tend to believe about working with time.
Don't re-invent a date time library yourself. If you think you understand everything about time, you're probably doing it wrong.